UmbChangeUserPasswordRepository does not need to import localization context itself as that is already inherited

This commit is contained in:
Jacob Overgaard
2024-04-02 16:08:20 +02:00
parent 5c7a454005
commit 7fe68649d7

View File

@@ -1,7 +1,6 @@
import { UmbUserRepositoryBase } from '../user-repository-base.js';
import { UmbChangeUserPasswordServerDataSource } from './change-user-password.server.data-source.js';
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
import type { UmbNotificationContext } from '@umbraco-cms/backoffice/notification';
export class UmbChangeUserPasswordRepository extends UmbUserRepositoryBase {
#changePasswordSource: UmbChangeUserPasswordServerDataSource;