mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
danger zone
This commit is contained in:
@@ -4,4 +4,16 @@ import { Component } from '@angular/core';
|
||||
selector: 'app-account',
|
||||
templateUrl: 'account.component.html',
|
||||
})
|
||||
export class AccountComponent { }
|
||||
export class AccountComponent {
|
||||
deauthorizeSessions() {
|
||||
|
||||
}
|
||||
|
||||
purgeVault() {
|
||||
|
||||
}
|
||||
|
||||
deleteAccount() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user