Skip to content

Commit 3cfb8d4

Browse files
committed
Remove redundant check for force_verification
1 parent 6a9a741 commit 3cfb8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/structures/MatrixChat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
14221422
logger.debug("onShowPostLoginScreen: Showing home page after registration");
14231423
dis.dispatch<ViewHomePagePayload>({ action: Action.ViewHomePage, justRegistered: true });
14241424
}
1425-
} else if (!(await this.shouldForceVerification())) {
1425+
} else {
14261426
logger.debug("onShowPostLoginScreen: showScreenAfterLogin");
14271427
this.showScreenAfterLogin();
14281428
}

0 commit comments

Comments
 (0)