Skip to content

Commit

Permalink
One more code climate nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmax-fearless committed Jul 8, 2020
1 parent da4f1c6 commit e8258a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/user_sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def login_uri

def logout_redirect_uri(id_token)
base_uri = URI(Rails.application.secrets.login_dot_gov[:idp_base_url])
redirect_uri = URI::HTTPS.build(
URI::HTTPS.build(
host: base_uri.host,
path: '/openid_connect/logout',
query: {
Expand Down

0 comments on commit e8258a2

Please sign in to comment.