fix(signup-form): update header and welcome message for clarity

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
+1 -1
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"
: "",