Move use statement and refactor register to use mojo validators
This commit is contained in:
parent
10738d7adc
commit
98d4309b67
2 changed files with 89 additions and 147 deletions
|
@ -4,7 +4,6 @@ use Mojo::Base 'Mojolicious';
|
|||
use Data::UUID;
|
||||
use Mojo::JSON;
|
||||
use Email::Valid;
|
||||
use ORM::Date;
|
||||
use Authen::Passphrase::BlowfishCrypt;
|
||||
use Scalar::Util qw(looks_like_number);
|
||||
use Pear::LocalLoop::Schema;
|
||||
|
|
Reference in a new issue