mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
fixed #129
This commit is contained in:
parent
a744581340
commit
324e1376dc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ function signIn() {
|
|||
let password = $(".pageLogin .login input")[1].value;
|
||||
|
||||
firebase.auth().signInWithEmailAndPassword(email, password).then(e => {
|
||||
changePage('account');
|
||||
changePage('test');
|
||||
}).catch(function(error) {
|
||||
showNotification(error.message, 5000);
|
||||
$(".pageLogin .preloader").addClass('hidden');
|
||||
|
|
Loading…
Reference in a new issue