1 <div class="setting-list-label">Mobile App</div>
4 Enter the code, generated using your mobile app, below:
7 <form action="{{ url('/mfa/verify/totp') }}" method="post">
11 aria-labelledby="totp-verify-input-details"
12 placeholder="Provide your app generated code here"
13 class="input-fill-width {{ $errors->has('code') ? 'neg' : '' }}">
14 @if($errors->has('code'))
15 <div class="text-neg text-small px-xs">{{ $errors->first('code') }}</div>
17 <div class="mt-s text-right">
18 <button class="button">{{ trans('common.confirm') }}</button>