Simple Managment webapp [LLM]
This commit is contained in:
@@ -78,33 +78,6 @@
|
||||
</nz-descriptions>
|
||||
</nz-card>
|
||||
|
||||
<nz-card nzTitle="Actions" class="mt-16">
|
||||
<div class="action-section">
|
||||
<button nz-button nzType="default" (click)="logout()">
|
||||
<span nz-icon nzType="logout"></span>
|
||||
Logout
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<nz-divider nzText="Danger Zone" nzOrientation="left"></nz-divider>
|
||||
|
||||
<div class="danger-section">
|
||||
<p>Deleting your account will permanently remove all your data including messages, channels, subscriptions, and keys.</p>
|
||||
<button
|
||||
nz-button
|
||||
nzType="primary"
|
||||
nzDanger
|
||||
nz-popconfirm
|
||||
nzPopconfirmTitle="Are you absolutely sure? This action cannot be undone."
|
||||
nzPopconfirmPlacement="top"
|
||||
(nzOnConfirm)="deleteAccount()"
|
||||
[nzLoading]="deleting()"
|
||||
>
|
||||
<span nz-icon nzType="delete"></span>
|
||||
Delete Account
|
||||
</button>
|
||||
</div>
|
||||
</nz-card>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user