mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
ensure timeout error is shown on u2f timeout (#14417)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
@ -2243,7 +2243,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