changed to button

This commit is contained in:
Jon Lambson 2017-07-07 11:13:51 -06:00
parent 4d9238c476
commit b20a8bf4b5
2 changed files with 2 additions and 11 deletions

View File

@ -73,7 +73,7 @@
<!-- <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="" class="btn btn-primary js-edit-email-button" class="btn btn-primary">Edit My Email</a>
<button class="btn btn-primary js-edit-email-button" type="button">Edit My Email</button>
</form>
<!-- <a href="./authnocode.html" target="_blank">
<p class="dap-centered-text dap-help-text">I didn't receive my code...</p>

View File

@ -369,18 +369,9 @@ $(function () {
window.location = OAUTH3.url.resolve(clientParams.client_uri, clientParams.redirect_uri);
};
util.editEmail = function () {
// var clientParams = OAUTH3.query.parse(loc.hash || loc.search);
//
// localStorage.clear();
//
// clientParams.redirect_uri += '?' + OAUTH3.query.stringify({
// state: clientParams.state
// , debug: clientParams.debug
// });
//
// window.location = OAUTH3.url.resolve(clientParams.client_uri, clientParams.redirect_uri);
$('.js-authn').hide();
$('.js-userid-container').show();
debugger;
};