Skip to content

Commit efdf931

Browse files
committed
Fix the length of mfa_code field to match the current length of recovery codes
1 parent ca5ea28 commit efdf931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pause_2017/templates/user/mfa/edit.html.ep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Verification Code is invalid.
4949

5050
<div>
5151
<p>CODE: <%= text_field "pause99_mfa_code" => '',
52-
size => 10,
53-
maxlength => 10,
52+
size => 11,
53+
maxlength => 11,
5454
%>
5555
<input type="submit" name="pause99_mfa_sub" value="Submit"></p>
5656
</div>

0 commit comments

Comments
 (0)