chore(portal): ocultar opção de sair para sessões do agente
This commit is contained in:
parent
53f4b73a32
commit
0007bc02e7
1 changed files with 12 additions and 10 deletions
|
|
@ -105,16 +105,18 @@ export function PortalShell({ children }: PortalShellProps) {
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
{!machineContext ? (
|
||||||
size="sm"
|
<Button
|
||||||
variant="outline"
|
size="sm"
|
||||||
onClick={handleSignOut}
|
variant="outline"
|
||||||
disabled={isSigningOut}
|
onClick={handleSignOut}
|
||||||
className="inline-flex items-center gap-2"
|
disabled={isSigningOut}
|
||||||
>
|
className="inline-flex items-center gap-2"
|
||||||
<LogOut className="size-4" />
|
>
|
||||||
Sair
|
<LogOut className="size-4" />
|
||||||
</Button>
|
Sair
|
||||||
|
</Button>
|
||||||
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue