fix check and add dashes

This commit is contained in:
Jon Lambson 2017-07-07 11:29:22 -06:00
parent b20a8bf4b5
commit 774b7a9dfc
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
</div>
<div class="dap-centered-div dap-space-on-top form-group">
<label class="js-remember-label dap-normal-text">
<img src="./img/unpressed-check.png" class="check js-remember-status">
<img src="./img/pressed-check.png" class="check js-remember-status">
<!-- <span class="fa fa-2x fa-purple fa-square-o dap-remember-margin js-remember-status"></span> -->
<span class="dap-remember-me noselect">Remember this device.</span>
<input class="js-remember-checkbox hidden" type="checkbox"></input>

View File

@ -92,7 +92,7 @@ $('body').on('click', '.js-auth-li-enabled', function (ev) {
// }
// });
// $('.js-authn-otp-code').mask('####-####-####');
$('.js-authn-otp-code').mask('####-####-####');
$('body').on('keyup', '.js-oauth3-email', function () {
'use strict';