refactor: clean up whitespace and formatting in authentication service
This commit is contained in:
@@ -300,6 +300,7 @@ export class AuthenticationService {
|
|||||||
issuer: providerConfig.issuer,
|
issuer: providerConfig.issuer,
|
||||||
clientId: providerConfig.clientId,
|
clientId: providerConfig.clientId,
|
||||||
scope: 'openid profile email',
|
scope: 'openid profile email',
|
||||||
|
dummyClientSecret: providerConfig.dummyClientSecret,
|
||||||
// Override redirect URI for Google to match what might be registered
|
// Override redirect URI for Google to match what might be registered
|
||||||
redirectUri: `${window.location.origin}/authentication/callback`
|
redirectUri: `${window.location.origin}/authentication/callback`
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user