date render

This commit is contained in:
2024-01-11 18:58:04 +02:00
parent d15f89bd46
commit 089ad75f29
7 changed files with 81 additions and 64 deletions
+1
View File
@@ -67,6 +67,7 @@ class AuthController extends Controller
public function login(): View|RedirectResponse
{
if ($this->accountService->countUsers() == 0) {
return redirect($this->channelService->channel->lucentUrl . "/register");
}