chore: store authenticator devices labels in preferences instead of server (#2252)

This commit is contained in:
Karol Sójko
2023-03-09 11:05:15 +01:00
committed by GitHub
parent aeab3fed0d
commit 54f1e618de
5 changed files with 48 additions and 5 deletions

View File

@@ -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() {