From c83fbd24bcd8738b05f86228bf1479e0b7fa8fc0 Mon Sep 17 00:00:00 2001 From: zlayine Date: Tue, 11 Jun 2024 04:30:37 +0300 Subject: [PATCH] typo --- resources/js/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/store/index.ts b/resources/js/store/index.ts index fd804b8..8c61cfd 100644 --- a/resources/js/store/index.ts +++ b/resources/js/store/index.ts @@ -213,7 +213,7 @@ export const useAppStore = defineStore('app', { if (res.errors.length) { throw res.errors; } - throw [{ field: 'Login error', message: 'cInvalid credentials' }]; + throw [{ field: 'Login error', message: 'Invalid credentials' }]; } await ApiService.reloadCsrf();