login time

This commit is contained in:
Sone
2025-11-05 20:11:34 +01:00
parent b43aec6b9a
commit fdcc42007a
21 changed files with 1363 additions and 843 deletions
+2 -3
View File
@@ -71,7 +71,7 @@ export const SignInForm = ({
returnKeyType="next"
/>
{error ? (
<Text style={{ color: "#F83434", marginBottom: 8 }}>
<Text style={{ color: "#F83434", marginTop: -4, marginBottom: 8 }}>
{error.message}
</Text>
) : null}
@@ -92,11 +92,10 @@ export const SignInForm = ({
disabled={isLoading}
style={{ marginBottom: 8 }}
returnKeyType="done"
submitBehavior="blurAndSubmit"
onSubmitEditing={() => handleSubmit(submit)()}
/>
{error ? (
<Text style={{ color: "#F83434", marginBottom: 8 }}>
<Text style={{ color: "#F83434", marginTop: -4, marginBottom: 8 }}>
{error.message}
</Text>
) : null}