mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 01:01:30 +02:00
Login page fixes and UI cleanup
This commit is contained in:
parent
a8be1a3c30
commit
7fc56f3866
8 changed files with 34 additions and 952 deletions
|
@ -24,14 +24,8 @@ use Tqdev\PhpCrudApi\Config\Config;
|
|||
$app->get('/', HomeController::class .':index')->setName('index');
|
||||
|
||||
$app->group('', function ($route) {
|
||||
$route->get('/register', AuthController::class . ':createRegister')->setName('register');
|
||||
$route->post('/register', AuthController::class . ':register');
|
||||
$route->get('/login', AuthController::class . ':createLogin')->setName('login');
|
||||
$route->post('/login', AuthController::class . ':login');
|
||||
|
||||
$route->get('/verify-email', AuthController::class.':verifyEmail')->setName('verify.email');
|
||||
$route->get('/verify-email-resend',AuthController::class.':verifyEmailResend')->setName('verify.email.resend');
|
||||
|
||||
$route->get('/forgot-password', PasswordController::class . ':createForgotPassword')->setName('forgot.password');
|
||||
$route->post('/forgot-password', PasswordController::class . ':forgotPassword');
|
||||
$route->get('/reset-password', PasswordController::class.':resetPassword')->setName('reset.password');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue