Home > @vue-storefront/core > UseUser > changePassword
UseUser.changePassword property
Signature:
changePassword: (params: {
current: string;
new: string;
customQuery?: CustomQuery;
}) => Promise<void>;
Home > @vue-storefront/core > UseUser > changePassword
Signature:
changePassword: (params: {
current: string;
new: string;
customQuery?: CustomQuery;
}) => Promise<void>;
On this page