Signal and middleware updates
This commit is contained in:
parent
31faf22fd5
commit
27300b2530
3 changed files with 4 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ export const ZammadLoginProvider: FC<PropsWithChildren> = ({ children }) => {
|
|||
});
|
||||
|
||||
if (response.status !== 200) {
|
||||
window.location.href = "/auth/sso";
|
||||
window.location.href = "/zammad/auth/sso";
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue