diff --git a/frontend/src/scripts/controllers/account-controller.js b/frontend/src/scripts/controllers/account-controller.js index 36b584fe2..4aabc8c87 100644 --- a/frontend/src/scripts/controllers/account-controller.js +++ b/frontend/src/scripts/controllers/account-controller.js @@ -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) {