{!! __(GetAppText("page.two_factor_auth.title")) !!}

{!! __(GetAppText("page.two_factor_auth.text")) !!}

{{__(GetAppText("page.two_factor_auth.email.sent"))}}
@if(!empty($partiallyHiddenEmailAddress))
{{$partiallyHiddenEmailAddress}}
@endif
{{__(GetAppText("page.two_factor_auth.email.check_spam_folder"))}}
@component("components.inputs.input", ["id" => "2fa_code", "label" => __(GetAppText("page.two_factor_auth.verification_code")), "type" => "password", "mandatory" => true]) @endcomponent
@component("components.links.link", [ "id" => "lnk_register_user", "title" => __("universal.link.cancel"), "url" => session("url.loginPage"), "linkClass" => "btn btn-danger" ]) @endcomponent
@component("components.buttons.button", [ "id" => "btn_check_2fa_code", "title" => __("universal.button.next") ]) @endcomponent