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.
authenticatorHeader
1 parent 8776ed7 commit 1c10070Copy full SHA for 1c10070
src/Authentication/Authenticators/AccessTokens.php
@@ -95,7 +95,7 @@ public function check(array $credentials): Result
95
if (! array_key_exists('token', $credentials) || empty($credentials['token'])) {
96
return new Result([
97
'success' => false,
98
- 'reason' => lang('Auth.noToken'),
+ 'reason' => lang('Auth.noToken', [config('Auth')->authenticatorHeader['tokens']]),
99
]);
100
}
101
0 commit comments