remove requirement on modal value
This commit is contained in:
committed by
Jacob Overgaard
parent
264883b445
commit
369b125ac7
@@ -9,7 +9,6 @@ export interface UmbChangePasswordModalData {
|
||||
export interface UmbChangePasswordModalValue {
|
||||
oldPassword: string;
|
||||
newPassword: string;
|
||||
isCurrentUser: boolean;
|
||||
}
|
||||
|
||||
export const UMB_CHANGE_PASSWORD_MODAL = new UmbModalToken<UmbChangePasswordModalData, UmbChangePasswordModalValue>(
|
||||
|
||||
Reference in New Issue
Block a user