remove unused repository

This commit is contained in:
Jacob Overgaard
2024-04-02 14:24:47 +02:00
parent 19ab901506
commit 1e783894ed

View File

@@ -1,4 +1,3 @@
import { UmbCurrentUserRepository } from '../repository/index.js';
import { UMB_CURRENT_USER_MFA_MODAL } from '../modals/current-user-mfa/current-user-mfa-modal.token.js';
import { html, customElement, state, nothing } from '@umbraco-cms/backoffice/external/lit';
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
@@ -9,8 +8,6 @@ import { firstValueFrom } from '@umbraco-cms/backoffice/external/rxjs';
@customElement('umb-mfa-providers-user-profile-app')
export class UmbMfaProvidersUserProfileAppElement extends UmbLitElement {
#currentUserRepository = new UmbCurrentUserRepository(this);
@state()
_hasProviders = false;