mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
parent
c71baadc9b
commit
6f67db0788
1 changed files with 1 additions and 1 deletions
|
@ -648,8 +648,8 @@ async function signUp() {
|
|||
snapshot.results.push(TestLogic.notSignedInLastResult);
|
||||
DB.setSnapshot(snapshot);
|
||||
}
|
||||
PageController.change("account");
|
||||
}
|
||||
PageController.change("account");
|
||||
} catch (e) {
|
||||
//make sure to do clean up here
|
||||
if (createdAuthUser) {
|
||||
|
|
Loading…
Reference in a new issue