fix: Post-auth subdomain redirect
This commit is contained in:
@@ -60,11 +60,7 @@ export class StateStore {
|
||||
|
||||
url.host = appDomain.host;
|
||||
|
||||
return callback(
|
||||
AuthRedirectError(`redirect to: ${url.toString()}`, url.toString()),
|
||||
false,
|
||||
token
|
||||
);
|
||||
return callback(AuthRedirectError(``, url.toString()), false, token);
|
||||
}
|
||||
|
||||
// Destroy the one-time pad token and ensure it matches
|
||||
|
||||
Reference in New Issue
Block a user