Correct bug.

master
Manager Bot 3 years ago
parent 1d5f4f77bc
commit 835b8f9b6f
  1. 2
      Web/lib/MJB/Web/Controller/Auth.pm

@ -145,7 +145,7 @@ sub do_register_invite ( $c ) {
push @{$c->stash->{errors}}, "Confirm Password is required" unless $p_confirm;
push @{$c->stash->{errors}}, "Invite code is required" unless $invite;
return $c->redirect_error( 'show_register' )
return $c->redirect_error( 'show_register_invite' )
if $c->stash->{errors};
push @{$c->stash->{errors}}, "Password and confirm password must match"

Loading…
Cancel
Save