Skip to content

Commit

Permalink
Merge pull request #20 from ibm-cloud-security/fix-change-password
Browse files Browse the repository at this point in the history
Fix change password in sample
  • Loading branch information
TalAviel committed Oct 29, 2019
2 parents acb46c8 + 691454d commit 91e4b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

document.getElementById('changePassword').addEventListener('click', async () => {
try {
await appID.changePassword(tokens.idTokenPayload);
await appID.changePassword(tokens.idToken);
} catch (e) {
showError(e);
}
Expand Down

0 comments on commit 91e4b3b

Please sign in to comment.