This commit is contained in:
2024-10-07 16:34:53 +03:00
parent bb27811ddf
commit 800e2746e0
18 changed files with 25 additions and 416 deletions
-3
View File
@@ -13,7 +13,6 @@ use Lucent\Account\AuthService;
use Lucent\Channel\ChannelService;
use Lucent\LucentException;
use Lucent\Svelte\Svelte;
use Lucent\Util\Form\FormException;
use Lucent\Util\Form\ResponseFormError;
use function Lucent\Response\fail;
use function Lucent\Response\ok;
@@ -38,12 +37,10 @@ class AuthController
return redirect($this->channelService->channel->lucentUrl . "/login");
}
return $this->svelte->render(
layout: "account",
view: "register",
title: "Create an account",
);
}