Home > @vue-storefront/core > UseUserFactoryParams > changePassword
UseUserFactoryParams.changePassword property
Signature:
changePassword: (context: Context, params: {
currentUser: USER;
currentPassword: string;
newPassword: string;
customQuery?: CustomQuery;
}) => Promise<USER>;