There was an error while loading. Please reload this page.
1 parent 76b25e1 commit 55fb666Copy full SHA for 55fb666
openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js
@@ -370,7 +370,6 @@ var DynRegEditView = Backbone.View.extend({
370
sector_identifier_uri: $('#sectorIdentifierUri input').val(),
371
initiate_login_uri: $('#initiateLoginUri input').val(),
372
post_logout_redirect_uri: $('#postLogoutRedirectUri input').val(),
373
- reuse_refresh_token: $('#reuseRefreshToken').is(':checked'),
374
require_auth_time: $('#requireAuthTime input').is(':checked'),
375
default_max_age: parseInt($('#defaultMaxAge input').val()),
376
contacts: contacts,
0 commit comments