diff options
| author | mo khan <mo@mokhan.ca> | 2023-07-14 16:52:36 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2023-07-14 16:52:36 -0600 |
| commit | c551f0a3485d6e88340085968233c026de603c76 (patch) | |
| tree | 55b2ca0448d8cf1a1717d206fa05b9ddbe52116a /app/controllers | |
| parent | 9d83bd0c4b1d4d84f2ed9760fa6af3e124683780 (diff) | |
remove auth0 prefix from configmain
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/auth0_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/auth0_controller.rb b/app/controllers/auth0_controller.rb index 269727c..91cb889 100644 --- a/app/controllers/auth0_controller.rb +++ b/app/controllers/auth0_controller.rb @@ -17,7 +17,7 @@ class Auth0Controller < ApplicationController path: '/v2/logout', query: { returnTo: root_url, - client_id: Rails.application.config.auth0['auth0_client_id'] + client_id: Rails.application.config.auth0['client_id'] }.to_query ).to_s end |
