Move use statement and refactor register to use mojo validators

This commit is contained in:
Tom Bloor 2017-04-18 12:38:39 +01:00
parent 10738d7adc
commit 98d4309b67
2 changed files with 89 additions and 147 deletions

View file

@ -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;