Show warning when we discover key change on verify

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-11 15:54:46 -07:00
parent 91f50c028f
commit 8112cd220a
5 changed files with 79 additions and 42 deletions

View file

@ -27,6 +27,7 @@
render_attributes: function() {
return {
message: this.message,
showCancel: Boolean(this.reject),
cancel: this.cancelText,
ok: this.okText
};