diff options
Diffstat (limited to 'shared')
| -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 |
