diff options
| author | Kumar Priyansh <[email protected]> | 2019-05-31 17:22:30 +0700 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-05-31 17:22:30 +0700 |
| commit | 68498c857fd448758800d2ee2931e4d3a502d77a (patch) | |
| tree | 51b0927fa589b3823ff01d2b7ab818762796c710 | |
| parent | 75329a5a8d2e501f3254bddd92248cb95bfc3cc9 (diff) | |
| download | firebase-ecommerce-68498c857fd448758800d2ee2931e4d3a502d77a.tar.xz firebase-ecommerce-68498c857fd448758800d2ee2931e4d3a502d77a.zip | |
Updated Login JS
| -rw-r--r-- | shared/Login.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shared/Login.js b/shared/Login.js index 5b6c7a1..82100be 100644 --- a/shared/Login.js +++ b/shared/Login.js @@ -28,8 +28,5 @@ $(document).ready(function(){ if (user) { window.location.replace('../dashboard') } - else { - showAlert("Failed to sign in. Try again.") - } }); })
\ No newline at end of file |
