Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Oct 16, 2023
1 parent faa6590 commit d0877f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/p_signin.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function reset_request(Contact $user, Qrequest $qreq, $cs) {
if ($qreq->cancel) {
$info = ["ok" => false];
foreach ($cs->members("resetpassword/request") as $gj) {
$info = $cs->call_function($gj, $gj->reset_function, $info, $gj);
$info = $cs->call_function($gj, $gj->signin_function, $info, $gj);
}
$conf->redirect();
return;
Expand Down

0 comments on commit d0877f6

Please sign in to comment.