Skip to content

Commit

Permalink
chore: change register link
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Sep 11, 2024
1 parent 71dd5cb commit be7c73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/discoveryDocument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { DiscoveryDocument } from 'expo-auth-session'
const discoveryDocument = {
authorizationEndpoint: `${clientEnv.OAUTH_BASE_URL}/oauth/v2/auth`,
tokenEndpoint: `${clientEnv.OAUTH_BASE_URL}/oauth/v2/token`,
registrationEndpoint: `${clientEnv.OAUTH_BASE_URL}/inscription`,
registrationEndpoint: `${clientEnv.OAUTH_BASE_URL}/adhesion `,
endSessionEndpoint: `${clientEnv.OAUTH_BASE_URL}/deconnexion`,
} satisfies DiscoveryDocument

Expand Down

0 comments on commit be7c73e

Please sign in to comment.