Small QOL change to turn off autocomplete when entering TOTP codes since they're one time use only.
<p class="small mb-m">{{ trans('auth.mfa_verify_totp_desc') }}</p>
<p class="small mb-m">{{ trans('auth.mfa_verify_totp_desc') }}</p>
-<form action="{{ url('/mfa/totp/verify') }}" method="post">
+<form action="{{ url('/mfa/totp/verify') }}" method="post" autocomplete="off">
{{ csrf_field() }}
<input type="text"
name="code"
{{ csrf_field() }}
<input type="text"
name="code"