Merge branch 'auth_stuff' into dev_environment
This commit is contained in:
commit
250b75bd68
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ export default function AuthWrapper(props: Props) {
|
|||
options.authorizationParams.login_hint = parsed.email.toString(); // prefill email
|
||||
}
|
||||
|
||||
options.authorizationParams.redirect_uri = "https://" + url.hostname + "/signupCallback"
|
||||
console.log(url)
|
||||
options.authorizationParams.redirect_uri = url.origin + "/signupCallback"
|
||||
console.log(options.authorizationParams.redirect_uri)
|
||||
|
||||
loginWithRedirect(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue