Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Conversation

wolraich
Copy link

The completeNewPassword trigger is missing from the current implementation

}),
completeNewPassword: ({ state, commit }, credentials) =>
new Promise((resolve, reject) => {
Auth.completeNewPassword(credentials.user, credentials.password).then((user) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Auth error in a user friendly way if either of these are undef or null?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants