Tokens
Introduction
When logging in as a user with two-factor authentication enabled you will be presented with a simple form to enter your Authy token.
Customizing the Token View
Overriding the View
protected $overrides = [
'anomaly.extension.authy_authenticator::token' => 'theme::token',
];
Publishing the Addon
You can also publish the addon with php artisan addon:publish authy_authenticator
and modify the resulting view file in your resources/{application}/addons/anomaly/authy_authenticator/views
directory.