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} )