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

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

Return to bug 35890