Skip to content

Commit

Permalink
set dentity to dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Nov 7, 2024
1 parent 36e6041 commit ecbacff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const VERIFICATION_ENV_CONFIGS = {

type VerificationEnv = keyof typeof VERIFICATION_ENV_CONFIGS

const VERIFICATION_ENV: VerificationEnv = 'production'
const VERIFICATION_ENV: VerificationEnv = 'staging'

export const VERIFICATION_RECORD_KEY = 'verifications'

Expand All @@ -39,7 +39,7 @@ const DENTITY_ENV_CONFIGS = {
iss: 'https://oidc.staging.dentity.com',
clientId: '-IG5wkHyetFAeDziNUkdu',
endpoint: 'https://oidc.staging.dentity.com',
redirectUri: 'https://dentity-integration.ens-app-v3.pages.dev',
redirectUri: 'https://dentity-dev-branch.ens-app-v3.pages.dev',
},
production: {
iss: 'https://oidc.dentity.com',
Expand Down

0 comments on commit ecbacff

Please sign in to comment.