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

fix compile errors

This commit is contained in:
Kyle Spearrin
2020-11-04 16:30:19 -05:00
parent e9273ff79a
commit 07a3d38bef
2 changed files with 17 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ export class AccessComponent implements OnInit {
this.showText = !this.showText;
}
private async load() {
async load() {
const keyArray = Utils.fromUrlB64ToArray(this.key);
const accessRequest = new SendAccessRequest();
if (this.password != null) {