From 2e29672e8a92b645998ec695d5ff5f2d4006957e Mon Sep 17 00:00:00 2001 From: Kayden Tebau Date: Tue, 18 Oct 2022 10:30:32 -0700 Subject: [PATCH] Fix sshkey --- lib/unix_dog/Controller/Register.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/unix_dog/Controller/Register.pm b/lib/unix_dog/Controller/Register.pm index cb88fc7..3d3cfc9 100644 --- a/lib/unix_dog/Controller/Register.pm +++ b/lib/unix_dog/Controller/Register.pm @@ -10,6 +10,7 @@ use Net::LDAP::Constant qw(LDAP_NO_SUCH_OBJECT); use Email::Simple; use Email::Sender::Simple; use Email::Sender::Transport::Sendmail; +require unix_dog::Util; sub registration($self) {