do not use the "oauth_complete" page before its implemented on the backend
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user