Merge branch 'main' of https://git.ieeeucsd.org/Webmaster/dev-ieeeucsd-org
This commit is contained in:
commit
5fe178ade3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export class RedirectHandler {
|
||||||
code,
|
code,
|
||||||
this.provider.codeVerifier,
|
this.provider.codeVerifier,
|
||||||
window.location.origin + "/oauth2-redirect",
|
window.location.origin + "/oauth2-redirect",
|
||||||
{ emailVisibility: false },
|
{ emailVisibility: true },
|
||||||
);
|
);
|
||||||
|
|
||||||
// console.log("Auth successful:", authData);
|
// console.log("Auth successful:", authData);
|
||||||
|
|
Loading…
Reference in a new issue