mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +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