chore: store authenticator devices labels in preferences instead of server (#2252)
This commit is contained in:
@@ -1775,7 +1775,11 @@ export class SNApplication implements ApplicationInterface, AppGroupManagedAppli
|
||||
|
||||
const authenticatorApiService = new AuthenticatorApiService(authenticatorServer)
|
||||
|
||||
this.authenticatorManager = new AuthenticatorManager(authenticatorApiService, this.internalEventBus)
|
||||
this.authenticatorManager = new AuthenticatorManager(
|
||||
authenticatorApiService,
|
||||
this.preferencesService,
|
||||
this.internalEventBus,
|
||||
)
|
||||
}
|
||||
|
||||
private createAuthManager() {
|
||||
|
||||
Reference in New Issue
Block a user