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