fix(signup-form): update header and welcome message for clarity
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 8m55s

This commit is contained in:
2025-07-27 14:22:32 +05:00
parent 644e4f730f
commit db261ae0bd
3 changed files with 20 additions and 20 deletions

View File

@ -187,7 +187,7 @@ export async function blockDeviceAction(
blocked: isBlocking,
reason_for_blocking: session?.user?.is_superuser
? reason_for_blocking ||
(action === "simple-block" ? "Blocked by admin" : "")
(action === "simple-block" ? "Blocked by admin" : "")
: isBlocking
? "Blocked by parent"
: "",