Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-coggin committed Nov 7, 2023
1 parent c12af1b commit dcf4cf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/users/omniauth_callbacks_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Controller handling OmniAuth callbacks for user authentication.
class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController

# This method is called by Devise after successful Gov One Login authentication
# @return [nil]
def openid_connect
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def gov_one_login_enabled?
Types::Params::Bool[ENV.fetch('GOV_ONE_LOGIN_ENABLED', false)]
end

# @return [Boolean]
# @return [Boolean]
def maintenance?
Types::Params::Bool[ENV.fetch('MAINTENANCE', false)]
end
Expand Down

0 comments on commit dcf4cf3

Please sign in to comment.