E-Mail auto-populates in email field

This commit is contained in:
Drew Warren 2017-07-05 16:03:10 -06:00
parent 45aac21f8d
commit af740684bd
1 changed files with 4 additions and 0 deletions

View File

@ -400,6 +400,10 @@ $(function () {
+ '&error_uri=' + encodeURIComponent('https://oauth3.org/docs/errors/#E_IFRAME_DENIED');
location.href = callbackUrl;
}
if (clientParams.subject) {
$('.js-oauth3-email').val(clientParams.subject);
$('.js-authn-show').prop('disabled', false);
}
$('.js-userid-container').show();
}).then(function () {
//$('body').addClass('in');