This commit is contained in:
2024-01-24 13:36:30 +01:00
Unverified
parent fe26887eab
commit 2a2d8dff74

View File

@@ -2,9 +2,9 @@
<h3>Create new client account</h3>
@if (_authLoaded || true)
@if (_authLoaded)
{
@if (true || (_claims is not null && _claims.IsAdmin))
@if (_claims is not null && _claims.IsAdmin)
{
@if (_id is null)
{