Skip to content

Commit

Permalink
Merge pull request #6045 from adrogon/patch-1
Browse files Browse the repository at this point in the history
Fix flashMessage example for authorization errors
  • Loading branch information
mpaktiti authored Apr 17, 2018
2 parents 75f578e + 82994f9 commit 10e5e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/libraries/lock/v11/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ lock.on('authorization_error', function(error) {
lock.show({
flashMessage: {
type: 'error',
text: error.error_description
text: error.errorDescription
}
});
});
Expand Down

0 comments on commit 10e5e4a

Please sign in to comment.