forked from .cyb/cyberman
Remove rogue debug line
This commit is contained in:
parent
2056412910
commit
35560ad554
|
@ -80,7 +80,6 @@ post '/login' => sub {
|
|||
|
||||
if (scalar(keys(%errs)) == 0) {
|
||||
my ($hash, $salt) = hash_password(param("password"), $user->{"salt"});
|
||||
warn $hash;
|
||||
$errs{"e_pass"} = 1 unless $hash eq $user->{"password"};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue