@@ -, +, @@ --- Koha/REST/V1/Auth.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/REST/V1/Auth.pm +++ a/Koha/REST/V1/Auth.pm @@ -161,7 +161,6 @@ sub authenticate_api_request { $c->stash_overrides(); my $cookie_auth = 0; - my $pending_auth; my $authorization = $spec->{'x-koha-authorization'}; --