mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08: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