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

(-)a/Koha/REST/Plugin/Auth/IdP.pm (-3 / +2 lines)
Lines 23-31 use Mojo::Base 'Mojolicious::Plugin'; Link Here
23
23
24
use Koha::Exceptions;
24
use Koha::Exceptions;
25
use Koha::Exceptions::Auth;
25
use Koha::Exceptions::Auth;
26
use Koha::Patron;
26
use Koha::Patrons;
27
27
28
use C4::Auth;
28
use C4::Auth qw(create_basic_session);
29
29
30
use CGI;
30
use CGI;
31
31
32
- 

Return to bug 32178