Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Jun 11, 2024
1 parent 9421f71 commit c83fbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c83fbd2

Please sign in to comment.