update api changes
This commit is contained in:
parent
f28a076cfb
commit
6d8eee6ea4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export class RedirectHandler {
|
|||
code,
|
||||
this.provider.codeVerifier,
|
||||
window.location.origin + "/oauth2-redirect",
|
||||
{ emailVisibility: false },
|
||||
{ emailVisibility: true },
|
||||
);
|
||||
|
||||
// console.log("Auth successful:", authData);
|
||||
|
|
Loading…
Reference in a new issue