Skip to content

Commit b5a7a3d

Browse files
committed
Render sign up confirmation before sign in
Fixes #2159
1 parent 295b28c commit b5a7a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/classic/sign_up_screen.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ export default class SignUp extends Screen {
105105

106106
renderAuxiliaryPane(lock) {
107107
return (
108-
renderSignedInConfirmation(lock) ||
109108
renderSignedUpConfirmation(lock) ||
109+
renderSignedInConfirmation(lock) ||
110110
renderOptionSelection(lock)
111111
);
112112
}

0 commit comments

Comments
 (0)