Fix haml-lint InstanceVariables rule for auth/sessions/two_factor/o… (#27372)
				
					
				
			This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
 | 
			
		||||
= javascript_pack_tag 'two_factor_authentication', crossorigin: 'anonymous'
 | 
			
		||||
 | 
			
		||||
- if @webauthn_enabled
 | 
			
		||||
- if webauthn_enabled?
 | 
			
		||||
  = render partial: 'auth/sessions/two_factor/webauthn_form', locals: { hidden: @scheme_type != 'webauthn' }
 | 
			
		||||
 | 
			
		||||
= render partial: 'auth/sessions/two_factor/otp_authentication_form', locals: { hidden: @scheme_type != 'totp' }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user