refactor: clean up whitespace and formatting in authentication service

This commit is contained in:
Marek Lesko
2025-11-07 20:21:07 +00:00
parent 89ac32cd07
commit 441b00b510

View File

@@ -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`
}; };