From 3a21c02b8a9f49381db2c06f2bb925f2d11fb3ee Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 21 Nov 2023 10:04:23 -0600 Subject: [PATCH] Re-wrap forgot pw success in layout (#1966) --- src/view/com/auth/login/Login.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/view/com/auth/login/Login.tsx b/src/view/com/auth/login/Login.tsx index a2f924f9..67d0afdf 100644 --- a/src/view/com/auth/login/Login.tsx +++ b/src/view/com/auth/login/Login.tsx @@ -136,7 +136,12 @@ export const Login = ({onPressBack}: {onPressBack: () => void}) => { ) : undefined} {currentForm === Forms.PasswordUpdated ? ( - + + + ) : undefined} )