You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseUser > changePassword

UseUser.changePassword property

Signature:

changePassword: (params: {
        current: string;
        new: string;
        customQuery?: CustomQuery;
    }) => Promise<void>;