Deskripsi:
- link otp baru

NOIssues
This commit is contained in:
2026-03-05 14:15:36 +08:00
parent d6217aecf1
commit 7060a2d165
2 changed files with 8 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ export default function ViewLogin({ onValidate }: Props) {
} else {
return Toast.show({ type: 'small', text1: response.message, position: 'bottom' })
}
} catch (error : any ) {
} catch (error: any) {
console.error(error);
const message = error?.response?.data?.message || "Gagal login"