Skip to content

Commit

Permalink
Merge pull request #346 from creative-commoners/pulls/4.0/grace-perio…
Browse files Browse the repository at this point in the history
…d-field-fix

FIX Enable grace period field on load when MFA is required
  • Loading branch information
robbieaverill authored Aug 23, 2019
2 parents 87dac44 + 472e0db commit 357ce26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle-cms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/legacy/SiteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ window.jQuery.entwine('ss', ($) => {
* Ensure the "grace period" hide/show handlers wake up when the page does
*/
onmatch() {
this.trigger('change');
this.onchange();
},
});
});

0 comments on commit 357ce26

Please sign in to comment.