From 4352054fc99a30b7ecb48fc8487c617f33b9c7fa Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Fri, 31 May 2019 17:32:51 +0700 Subject: Updated Dashboard, Added Dashboard Functions, Added Login Check to Login and Dashboard Scripts --- shared/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') 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 -- cgit v1.2.3