SSO callback URL should contain the query params

This commit is contained in:
Paulo Pinto 2022-12-13 16:37:29 +00:00
parent 86e9e0c99e
commit 803730836c
No known key found for this signature in database

View File

@ -149,7 +149,7 @@ export class URLRouter<T extends {session: string | boolean}> implements IURLRou
} }
createSSOCallbackURL(): string { createSSOCallbackURL(): string {
return window.location.origin; return window.location.href;
} }
normalizeUrl(): void { normalizeUrl(): void {