UI improvements, contact windows, fixed #196

This commit is contained in:
Pinga 2025-02-18 13:43:41 +02:00
parent 5ac0e9f1fa
commit 184322e2d2
6 changed files with 493 additions and 360 deletions

View file

@ -155,6 +155,7 @@ $app->group('', function ($route) {
$route->post('/profile/logout-everywhere', ProfileController::class . ':logoutEverywhereElse')->setName('profile.logout.everywhere');
$route->get('/webauthn/register/challenge', ProfileController::class . ':getRegistrationChallenge')->setName('webauthn.register.challenge');
$route->post('/webauthn/register/verify', ProfileController::class . ':verifyRegistration')->setName('webauthn.register.verify');
$route->post('/token-well', ProfileController::class .':tokenWell')->setName('tokenWell');
$route->get('/mode', HomeController::class .':mode')->setName('mode');
$route->get('/lang', HomeController::class .':lang')->setName('lang');