Merge pull request #13621 from abpframework/auto-merge/rel-6-0/1261

Merge branch dev with rel-6.0
pull/13655/head
Muhammed Altuğ 3 years ago committed by GitHub
commit 31a584bf30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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