diff --git a/src/Pages/Auth/Register/Register.jsx b/src/Pages/Auth/Register/Register.jsx index b3dfd214b..021cda18a 100644 --- a/src/Pages/Auth/Register/Register.jsx +++ b/src/Pages/Auth/Register/Register.jsx @@ -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", authToken); navigate("/uptime"); createToast({ body: "Welcome! Your account was created successfully.",