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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user