fix(signup-form): update header and welcome message for clarity
This commit is contained in:
+1
-1
@@ -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"
|
||||
: "",
|
||||
|
||||
Reference in New Issue
Block a user