Autofix Rubocop Style/RedundantBegin (#23703)
This commit is contained in:
		
					parent
					
						
							
								167709f6b0
							
						
					
				
			
			
				commit
				
					
						2177daeae9
					
				
			
		
					 69 changed files with 458 additions and 695 deletions
				
			
		|  | @ -79,13 +79,11 @@ module TwoFactorAuthenticationConcern | |||
| 
 | ||||
|     @body_classes     = 'lighter' | ||||
|     @webauthn_enabled = user.webauthn_enabled? | ||||
|     @scheme_type      = begin | ||||
|       if user.webauthn_enabled? && user_params[:otp_attempt].blank? | ||||
|         'webauthn' | ||||
|       else | ||||
|         'totp' | ||||
|       end | ||||
|     end | ||||
|     @scheme_type      = if user.webauthn_enabled? && user_params[:otp_attempt].blank? | ||||
|                           'webauthn' | ||||
|                         else | ||||
|                           'totp' | ||||
|                         end | ||||
| 
 | ||||
|     set_locale { render :two_factor } | ||||
|   end | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue