E-Mail auto-populates in email field
This commit is contained in:
parent
45aac21f8d
commit
af740684bd
|
@ -400,6 +400,10 @@ $(function () {
|
||||||
+ '&error_uri=' + encodeURIComponent('https://oauth3.org/docs/errors/#E_IFRAME_DENIED');
|
+ '&error_uri=' + encodeURIComponent('https://oauth3.org/docs/errors/#E_IFRAME_DENIED');
|
||||||
location.href = callbackUrl;
|
location.href = callbackUrl;
|
||||||
}
|
}
|
||||||
|
if (clientParams.subject) {
|
||||||
|
$('.js-oauth3-email').val(clientParams.subject);
|
||||||
|
$('.js-authn-show').prop('disabled', false);
|
||||||
|
}
|
||||||
$('.js-userid-container').show();
|
$('.js-userid-container').show();
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
//$('body').addClass('in');
|
//$('body').addClass('in');
|
||||||
|
|
Loading…
Reference in New Issue