mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Initial change of theme.
Only themed pages currently are login and reset password pages.
This commit is contained in:
@@ -75,6 +75,7 @@ class AuthRoutes
|
||||
|
||||
// Handle Verification
|
||||
$router->post('password/reset', [
|
||||
'as' => 'auth.reset.post',
|
||||
'uses' => 'Auth\ResetPasswordController@reset',
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user