ux(desktop): remover texto de preparacao do RustDesk no onboarding
This commit is contained in:
parent
08003ddcd8
commit
61d3573830
1 changed files with 7 additions and 4 deletions
|
|
@ -1343,10 +1343,13 @@ useEffect(() => {
|
|||
</div>
|
||||
) : null}
|
||||
<div className="mt-2 flex gap-2">
|
||||
<button disabled={busy || !validatedCompany || !isEmailValid || !collabName.trim() || provisioningCode.trim().length < 32} onClick={register} className="rounded-lg border border-black bg-black px-3 py-2 text-sm font-semibold text-white hover:bg-black/90 disabled:opacity-60">Registrar dispositivo</button>
|
||||
{isRustdeskProvisioning ? (
|
||||
<p className="text-xs text-neutral-500">Preparando cliente de acesso remoto (RustDesk)...</p>
|
||||
) : null}
|
||||
<button
|
||||
disabled={busy || !validatedCompany || !isEmailValid || !collabName.trim() || provisioningCode.trim().length < 32}
|
||||
onClick={register}
|
||||
className="rounded-lg border border-black bg-black px-3 py-2 text-sm font-semibold text-white hover:bg-black/90 disabled:opacity-60"
|
||||
>
|
||||
Registrar dispositivo
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue