Add Sign out button to settings panel Account section
This commit is contained in:
@@ -196,6 +196,12 @@ export default function SettingsPanel() {
|
||||
<StatusRow label="Model" value={status?.model || 'unknown'} ok={true} yellow />
|
||||
</Section>
|
||||
|
||||
<Section title="Account">
|
||||
<Row label="Sign out" desc="End your current session">
|
||||
<SBtn danger onClick={logout}>Sign out</SBtn>
|
||||
</Row>
|
||||
</Section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user