From eaa144773cd4365c80c8b17c2d0dd3f74e786c8c Mon Sep 17 00:00:00 2001 From: Pushkar Anand Date: Sat, 14 Aug 2021 22:13:30 +0530 Subject: [PATCH] First load fix and updated photoswipe. --- src/pages/verify/index.tsx | 1 + thirdparty/photoswipe | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index 4ab8c3f00..ee93ba4c4 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -74,6 +74,7 @@ export default function Verify() { twoFactorSessionID, isTwoFactorEnabled: true, }); + setIsFirstLogin(true); router.push('/two-factor/verify'); return; } diff --git a/thirdparty/photoswipe b/thirdparty/photoswipe index f3bea8b8f..e0fa4850e 160000 --- a/thirdparty/photoswipe +++ b/thirdparty/photoswipe @@ -1 +1 @@ -Subproject commit f3bea8b8f3fb0a3f4b951ac8debbc47068689156 +Subproject commit e0fa4850e214885e92d7312e03d7c8e071150648