function initializeApplication() {
const storedUser = localStorage.getItem("user");
currentUser = storedUser ? JSON.parse(storedUser) : null;
route();
handleSignup(); // chnage this line call this function
handleLogin(); // // chnage this line call this function
}
-
Notifications
You must be signed in to change notification settings - Fork 1
JS Capstone Project
prashantCuvette/JavaScript-Project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
JS Capstone Project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published