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();