1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 05:43:16 +00:00

danger zone

This commit is contained in:
Kyle Spearrin
2018-06-21 15:57:28 -04:00
parent 22093d5111
commit 989f4c3aa5
3 changed files with 41 additions and 4 deletions

View File

@@ -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() {
}
}