@if($user && $user->use_two_factor_auth)
If you have our app installed, please check the app for your One-Time Password (OTP). If not, please check your email for a verification link.
@else
Please click the link sent to your email
@isset($user)
{{$user->email}}
@endisset
to {{request()->get('tab') === 'forgot-password' ? 'reset your password' : 'verify your account'}}. Thank you.
@endif
For a better experience, we recommend installing our app to manage your OTP and account more efficiently.