We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e20e5 commit c53c9f6Copy full SHA for c53c9f6
resources/views/mfa/parts/verify-totp.blade.php
@@ -2,7 +2,7 @@
2
3
<p class="small mb-m">{{ trans('auth.mfa_verify_totp_desc') }}</p>
4
5
-<form action="{{ url('/mfa/totp/verify') }}" method="post">
+<form action="{{ url('/mfa/totp/verify') }}" method="post" autocomplete="off">
6
{{ csrf_field() }}
7
<input type="text"
8
name="code"
0 commit comments