do not use the "oauth_complete" page before its implemented on the backend

This commit is contained in:
Jacob Overgaard
2024-04-29 15:58:34 +02:00
parent 2418007253
commit 8ef4b98dba

View File

@@ -253,7 +253,7 @@ export class UmbAuthContext extends UmbContextBase<UmbAuthContext> {
}
getRedirectUrl() {
return `${window.location.origin}${this.#backofficePath}oauth_complete`;
return `${window.location.origin}${this.#backofficePath}`;
}
getPostLogoutRedirectUrl() {