1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-18 17:23:30 +00:00

Simpler names for methods

This commit is contained in:
Thomas Rittson
2021-12-16 14:19:26 +10:00
parent dee5c4bef9
commit e0f51ccbbc
4 changed files with 126 additions and 126 deletions

View File

@@ -94,7 +94,7 @@ export class TwoFactorComponent implements OnInit, OnDestroy {
);
}
this.selectedProviderType = this.twoFactorService.getDefaultTwoFactorProvider(this.webAuthnSupported);
this.selectedProviderType = this.twoFactorService.getDefaultProvider(this.webAuthnSupported);
await this.init();
}