There are many tweaks for bypassing Google Account Verification on Android phones. It might not work for all phones even though it had worked for few Android phones.

Initial step would be to be in Recovery mode by pressing Volume down and Power and wipe data/factory reset. However , this also doesn’t work in many Android devices.
The process could be quite technical but it is pretty straight forward.
All you need to have Android SDK (to make it also simple, don’t install whole Android Studio, you can get only Windows Installer only from here).
If you don’t want to go with Android SDK, I would recommend you to try this all in one ADB installer
Once you have ADB installed from it, we have to click some command
First, reboot the phone in FastBoot mode
adb reboot bootloader

Once the phone booted in Fastboot Flash Mode, type the following following
fastboot erase frp
fastboot erase userdata
fastboot erase cache

After your reboot your phone now, you will be able to get Android devices without further Google verification.
Cheers,
Udhyan.