fixed page not changing to account after sign up

closes #2568
This commit is contained in:
Miodec 2022-02-23 13:29:42 +01:00
parent c71baadc9b
commit 6f67db0788

View file

@ -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) {