Update login urls
This commit is contained in:
parent
494404c4c1
commit
13a5a03860
3 changed files with 7 additions and 15 deletions
|
|
@ -19,7 +19,7 @@ export const ZammadLoginProvider: FC<PropsWithChildren> = ({ children }) => {
|
|||
});
|
||||
|
||||
if (response.status !== 200) {
|
||||
window.location.href = "/zammad/auth/sso";
|
||||
window.location.href = "/link/login";
|
||||
} else {
|
||||
const token = response.headers.get("CSRF-Token");
|
||||
update({ zammadCsrfToken: token });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue