Skip to content

Commit

Permalink
delete unused variable logout
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed May 29, 2024
1 parent eed819a commit aed4e41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ ENCRYPT_SECRET=un_secret_avec_exactement_64_bit

# Use OIDC auth instead of audioconf's magiclink auth
#OIDC_PROVIDER_URL=
#OIDC_PROVIDER_LOGOUT_URL=
#OIDC_CLIENT_ID=
#OIDC_CLIENT_SECRET=

Expand Down
1 change: 0 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ config.STATS_EXTERNAL_DASHBOARD_URL = process.env.STATS_EXTERNAL_DASHBOARD_URL


config.OIDC_PROVIDER_URL = process.env.OIDC_PROVIDER_URL
config.OIDC_PROVIDER_LOGOUT_URL = process.env.OIDC_PROVIDER_LOGOUT_URL
config.OIDC_CLIENT_ID = process.env.OIDC_CLIENT_ID
config.OIDC_CLIENT_SECRET = process.env.OIDC_CLIENT_SECRET
config.OIDC_ACR_VALUES = process.env.OIDC_ACR_VALUES
Expand Down

0 comments on commit aed4e41

Please sign in to comment.