mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
fix compile errors
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user