Merge branch 'master' into fix-forgot-password

This commit is contained in:
Abhinav-grd 2021-08-16 11:20:21 +05:30
commit 04f30ac66f
2 changed files with 2 additions and 1 deletions

View file

@ -67,6 +67,7 @@ export default function Verify() {
twoFactorSessionID, twoFactorSessionID,
isTwoFactorEnabled: true, isTwoFactorEnabled: true,
}); });
setIsFirstLogin(true);
router.push('/two-factor/verify'); router.push('/two-factor/verify');
} else { } else {
setData(LS_KEYS.USER, { setData(LS_KEYS.USER, {

@ -1 +1 @@
Subproject commit f3bea8b8f3fb0a3f4b951ac8debbc47068689156 Subproject commit e0fa4850e214885e92d7312e03d7c8e071150648