Skip to content

Commit c53c9f6

Browse files
authored
Turned off autocomplete for TOTP codes
Small QOL change to turn off autocomplete when entering TOTP codes since they're one time use only.
1 parent 32e20e5 commit c53c9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/mfa/parts/verify-totp.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p class="small mb-m">{{ trans('auth.mfa_verify_totp_desc') }}</p>
44

5-
<form action="{{ url('/mfa/totp/verify') }}" method="post">
5+
<form action="{{ url('/mfa/totp/verify') }}" method="post" autocomplete="off">
66
{{ csrf_field() }}
77
<input type="text"
88
name="code"

0 commit comments

Comments
 (0)