Types > CustomerPasswordResetComplete
Description
Topic: Auth
Fields
Six-digit code you got via email
Example: "543637"
Valid when: code is not empty
Valid when: code's length doesn't exceed 250 characters
The email address of the customer
Example: "bob.norman@hostmail.com"
Valid when: email is not empty
Valid when: email's length doesn't exceed 250 characters
The customer's password
Example: "34hb5kj3h45k3"
Valid when: password is not empty
Valid when: password's length doesn't exceed 250 characters
Used By
Mutations
storefrontAuthPasswordComplete
Preview (typescript)
Loading module