Version 9b #1
|
|
@ -32,7 +32,7 @@ export default function LoginScreen() {
|
|||
}
|
||||
setLoading(true); setError(null)
|
||||
try {
|
||||
await login({ email: email.trim().toLowerCase(), pin: password })
|
||||
await login({ email: email.trim().toLowerCase(), password: password })
|
||||
} catch(e) {
|
||||
setError(e.message || 'Ungültige E-Mail oder Passwort')
|
||||
} finally { setLoading(false) }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user