1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-10 05:13:41 +00:00

Fix getProviders implementation

This commit is contained in:
Thomas Rittson
2021-12-21 11:46:34 +10:00
parent 84e060e493
commit 393e88a3f7

View File

@@ -175,7 +175,7 @@ export class TwoFactorService implements TwoFactorServiceAbstraction {
this.twoFactorProvidersData = null; this.twoFactorProvidersData = null;
} }
get providers() { getProviders() {
return this.twoFactorProvidersData; return this.twoFactorProvidersData;
} }
} }