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

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 1635-1641 sub check_api_auth { Link Here
1635
            -secure => ( C4::Context->https_enabled() ? 1 : 0 ),
1635
            -secure => ( C4::Context->https_enabled() ? 1 : 0 ),
1636
            -sameSite => 'Lax'
1636
            -sameSite => 'Lax'
1637
        );
1637
        );
1638
        return ( $return, $cookie, $session ); # return == 'ok' here
1638
        return ( $return, $cookie, $session->id ); # return == 'ok' here
1639
1639
1640
    } else {
1640
    } else {
1641
1641
1642
- 

Return to bug 38826