diff options
| -rw-r--r-- | shared/Login.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/Login.js b/shared/Login.js index 82100be..d8352eb 100644 --- a/shared/Login.js +++ b/shared/Login.js @@ -26,7 +26,7 @@ $(document).ready(function(){ }) firebase.auth().onAuthStateChanged(function(user) { if (user) { - window.location.replace('../dashboard') + window.location.replace('dashboard') } }); })
\ No newline at end of file |
