fixing error
This commit is contained in:
		
							parent
							
								
									1642251cb7
								
							
						
					
					
						commit
						22b1d535ca
					
				| @ -92,8 +92,8 @@ $('body').on('keyup keypress', '.js-authn-otp-code', function (e) { | |||||||
|   // }
 |   // }
 | ||||||
|   if ($(this).val().length === 14) { |   if ($(this).val().length === 14) { | ||||||
|     $('.submit-btn').prop('disabled', false); |     $('.submit-btn').prop('disabled', false); | ||||||
|     $('.error-msg').empty(); |  | ||||||
|   } else { |   } else { | ||||||
|  |     $('.error-msg').empty(); | ||||||
|     $('.submit-btn').prop('disabled', true); |     $('.submit-btn').prop('disabled', true); | ||||||
|   } |   } | ||||||
| }); | }); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user