js to edit my email button
This commit is contained in:
parent
69a9c039ce
commit
a559e327f0
|
@ -72,7 +72,7 @@
|
|||
</div>
|
||||
<!-- <button class="dap-full-button-green js-remember-btn js-authz-remember-me">SIGN IN ONCE</button> -->
|
||||
<button type="submit" class="btn btn-primary submit-btn dap-full-button-green js-remember-btn js-authz-remember-me">Submit</button>
|
||||
<a href="./authnocode.html" target="_blank" class="btn btn-primary">Send Code Again</a>
|
||||
<!-- <a href="./authnocode.html" target="_blank" class="btn btn-primary">Send Code Again</a> -->
|
||||
<a href="" class="btn btn-primary js-edit-email-button" class="btn btn-primary">Edit My Email</a>
|
||||
</form>
|
||||
<!-- <a href="./authnocode.html" target="_blank">
|
||||
|
|
|
@ -94,9 +94,9 @@ $('body').on('click', '.js-auth-li-enabled', function (ev) {
|
|||
|
||||
// $('.js-authn-otp-code').mask('####-####-####');
|
||||
|
||||
// $('body').on('click', '.js-edit-email-button', function () {
|
||||
// $('.js-userid-container').css('display', 'flex');
|
||||
// });
|
||||
$('body').on('click', '.js-edit-email-button', function () {
|
||||
$('.js-userid-container').show();
|
||||
});
|
||||
|
||||
$('body').on('keyup', '.js-oauth3-email', function () {
|
||||
'use strict';
|
||||
|
|
Loading…
Reference in New Issue