Browse Source

Merge pull request #13584 from abpframework/issue/13532

Add Password property on User Edit modal.
pull/13621/head
Muhammed Altuğ 4 years ago
committed by GitHub
parent
commit
2de645fd57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      npm/ng-packs/packages/identity/src/lib/defaults/default-users-form-props.ts

4
npm/ng-packs/packages/identity/src/lib/defaults/default-users-form-props.ts

@ -63,6 +63,4 @@ export const DEFAULT_USERS_CREATE_FORM_PROPS = FormProp.createMany<IdentityUserD
},
]);
export const DEFAULT_USERS_EDIT_FORM_PROPS = DEFAULT_USERS_CREATE_FORM_PROPS.filter(
prop => prop.name !== 'password',
);
export const DEFAULT_USERS_EDIT_FORM_PROPS = DEFAULT_USERS_CREATE_FORM_PROPS

Loading…
Cancel
Save