Skip to content

Commit cf1a1f6

Browse files
committed
move change password token
1 parent 5ab0ab2 commit cf1a1f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './change-password-modal.token.js';
21
export * from './modal-token.js';

src/packages/core/modal/token/change-password-modal.token.ts renamed to src/packages/user/change-password/change-password-modal.token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { UmbModalToken } from './modal-token.js';
1+
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
22

33
export interface UmbChangePasswordModalData {
44
user: {

0 commit comments

Comments
 (0)