Dear {{ $user->first_name }},
Please click the button below on your device to reauthenticate your account.
@include('emails._email_button', ['link' => $link, 'button_text' => "Reauthenticate", 'no_click_tracking' => true])
@if(isset($api_one_time_token))
TESTING OTT: {{ $api_one_time_token }}
@endif