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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 1209-1214 sub checkauth { Link Here
1209
                                -sameSite => 'Lax',
1209
                                -sameSite => 'Lax',
1210
                            ));
1210
                            ));
1211
                            $info{'wrongip'} = 1;
1211
                            $info{'wrongip'} = 1;
1212
                            $auth_state = "failed";
1212
                        }
1213
                        }
1213
                    }
1214
                    }
1214
1215
1215
- 

Return to bug 35890