Fixed missing parens.
This commit is contained in:
parent
bfd335f7cd
commit
c893f8094e
2
Auth.pm
2
Auth.pm
@ -199,7 +199,7 @@ sub valid_user {
|
||||
}
|
||||
|
||||
# Is the user allowed to proceed to authentication?
|
||||
return undef unless($self -> {"app"} -> pre_authenticate($username, $self);
|
||||
return undef unless($self -> {"app"} -> pre_authenticate($username, $self));
|
||||
|
||||
my $methods = $self -> {"methods"} -> available_methods(1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user