Fix Rubocop offenses

pull/16383/head
cgonzalez 3 years ago
parent fe825a0f0f
commit a1caab8855

@ -39,7 +39,7 @@ class SessionsController < ApplicationController
before_filter :load_organization
before_filter :initialize_oauth_config
before_filter :api_authorization_required, only: :show
before_filter :custom_redirect, only: :new
before_action :custom_redirect, only: :new
after_action :set_last_mfa_activity, only: [:multifactor_authentication, :multifactor_authentication_verify_code]
PLEASE_LOGIN = 'Please, log in to continue using CARTO.'.freeze

Loading…
Cancel
Save