Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit bade565

Browse files
authored
Update actions.ts
1 parent 5177f71 commit bade565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/auth/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function logout() {
3030
return dispatch => {
3131
localStorage.removeItem("jwt");
3232
localStorage.clear();
33-
window.location.href = `${LOGIN_URL}/logout?redirect=${window.location.href}`; //redirect=${window.location.href}`;
33+
window.location.href = `${LOGIN_URL}logout?redirect=${window.location.href}`; //redirect=${window.location.href}`;
3434
}
3535
}
3636

0 commit comments

Comments
 (0)