mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 19:29:39 -06:00
fix: remove usage of local storage for token
This commit is contained in:
@@ -239,7 +239,6 @@ const Register = ({ isSuperAdmin }) => {
|
||||
const action = await dispatch(register(registerForm));
|
||||
if (action.payload.success) {
|
||||
const authToken = action.payload.data;
|
||||
localStorage.setItem("token", JSON.stringify(authToken));
|
||||
navigate("/uptime");
|
||||
createToast({
|
||||
body: "Welcome! Your account was created successfully.",
|
||||
|
||||
Reference in New Issue
Block a user