Skip to content

Commit

Permalink
Fix creating new password
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Sep 7, 2024
1 parent 05d1ef6 commit aa8bbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Brass/Config/Pwd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ has servertypes => (

sub _build_servertypes
{ my $self = shift;
return [] if !$self->_rset;
[map $_->servertype_id, $self->_rset->pw_servertypes];
}

Expand Down

0 comments on commit aa8bbd4

Please sign in to comment.