We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75b5c2 commit 695a143Copy full SHA for 695a143
src/providers/laravel/sanctum.ts
@@ -4,7 +4,7 @@ export default function laravelSanctum (_nuxt, strategy) {
4
const { url } = strategy
5
6
if (!url) {
7
- throw new Error('url is required is laravel sanctum!')
+ throw new Error('URL is required with Laravel Sanctum!')
8
}
9
10
const endpointDefaults = {
0 commit comments