fix check and add dashes
This commit is contained in:
parent
b20a8bf4b5
commit
774b7a9dfc
|
@ -64,7 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="dap-centered-div dap-space-on-top form-group">
|
<div class="dap-centered-div dap-space-on-top form-group">
|
||||||
<label class="js-remember-label dap-normal-text">
|
<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="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>
|
<span class="dap-remember-me noselect">Remember this device.</span>
|
||||||
<input class="js-remember-checkbox hidden" type="checkbox"></input>
|
<input class="js-remember-checkbox hidden" type="checkbox"></input>
|
||||||
|
|
|
@ -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 () {
|
$('body').on('keyup', '.js-oauth3-email', function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
Loading…
Reference in New Issue