changed to button
This commit is contained in:
parent
4d9238c476
commit
b20a8bf4b5
|
@ -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>
|
||||
|
|
11
js/issuer.js
11
js/issuer.js
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue