View | Details | Raw Unified | Return to bug 28787
Collapse All | Expand All

(-)a/Koha/REST/V1/Auth.pm (-2 lines)
Lines 161-167 sub authenticate_api_request { Link Here
161
    $c->stash_overrides();
161
    $c->stash_overrides();
162
162
163
    my $cookie_auth = 0;
163
    my $cookie_auth = 0;
164
    my $pending_auth;
165
164
166
    my $authorization = $spec->{'x-koha-authorization'};
165
    my $authorization = $spec->{'x-koha-authorization'};
167
166
168
- 

Return to bug 28787