mirror of
https://github.com/bitwarden/jslib
synced 2025-12-10 05:13:41 +00:00
Fix getProviders implementation
This commit is contained in:
@@ -175,7 +175,7 @@ export class TwoFactorService implements TwoFactorServiceAbstraction {
|
|||||||
this.twoFactorProvidersData = null;
|
this.twoFactorProvidersData = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
get providers() {
|
getProviders() {
|
||||||
return this.twoFactorProvidersData;
|
return this.twoFactorProvidersData;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user