feat(auth): add registration message for successful registration
This commit is contained in:
@ -758,7 +758,7 @@ export const Register = () => {
|
||||
avatar_url: avatarUrl,
|
||||
password,
|
||||
});
|
||||
if (success) navigate("/student/home", { replace: true });
|
||||
if (success) navigate("/login", { replace: true });
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user