@vite('resources/css/login.css')

{{ __('Authenticate with your code') }}

@if ($errors->any())

{{ __('Invalid authentication code.') }}

@endif @if ($twoFactorType === 'email' || $twoFactorType === 'phone')
{{ $this->resend }}
@endif
@csrf
{{ $this->form }}
{{ __('auth.sign_in') }}