We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceed57 commit 81afadeCopy full SHA for 81afade
src/app/auth/auth.config.ts
@@ -7,8 +7,8 @@ interface AuthConfiguration {
7
}
8
9
export const myConfig: AuthConfiguration = {
10
- clientID: 'bY159CtFcxmfocFXDe4HMzTA3rKTncIF',
11
- domain: 'cstodor.eu.auth0.com',
+ clientID: 'ADD_YOUR_CLIENT_ID_HERE',
+ domain: 'ADD_YOUR_AUTH0_DOMAIN_HERE',
12
callbackURL: 'http://localhost:4200/',
13
memberRouter: ['/dashboard'],
14
responseType: 'token'
0 commit comments