mirror of
https://github.com/go-gitea/gitea
synced 2025-07-11 21:17:19 +00:00
Backport #14417 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@ -2198,7 +2198,7 @@ function u2fError(errorType) {
|
||||
2: $('#u2f-error-2'),
|
||||
3: $('#u2f-error-3'),
|
||||
4: $('#u2f-error-4'),
|
||||
5: $('.u2f-error-5')
|
||||
5: $('.u2f_error_5')
|
||||
};
|
||||
u2fErrors[errorType].removeClass('hide');
|
||||
|
||||
|
Reference in New Issue
Block a user