Skip to content
Permalink
Browse files
Update redirectURL
  • Loading branch information
Chris Rollings committed Mar 25, 2019
1 parent 1ceeede commit 6a6b5aa2343144429c81f72cc753f735f4733bd6
Show file tree
Hide file tree
Showing 5 changed files with 707 additions and 19 deletions.
@@ -37,7 +37,7 @@ export class AuthService {
clientID: 'E02Ls5Bl6mYQK48j9MdQyyETFXcIygwj',
domain: 'groupm32com.auth0.com',
responseType: 'token id_token',
redirectUri: 'http://localhost:4200/callback',
redirectUri: environment.apiUrl + 'callback',
scope: 'openid email profile',
audience: 'https://api.rcboat.com'
});

0 comments on commit 6a6b5aa

Please sign in to comment.