Faculty and Course Forms
This commit is contained in:
@@ -70,7 +70,7 @@ function AuthPage() {
|
||||
user.profilePicture = gravatarUrl;
|
||||
|
||||
localStorage.setItem("user", JSON.stringify(user));
|
||||
window.location.href = "/Home";
|
||||
window.location.href = "/Welcom";
|
||||
} catch (error) {
|
||||
console.error("Authentication error:", error);
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user