Skip to content

Commit 55fb666

Browse files
committed
removed unused variable in dynreg page
1 parent 76b25e1 commit 55fb666

File tree

1 file changed

+0
-1
lines changed
  • openid-connect-server-webapp/src/main/webapp/resources/js

1 file changed

+0
-1
lines changed

openid-connect-server-webapp/src/main/webapp/resources/js/dynreg.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ var DynRegEditView = Backbone.View.extend({
370370
sector_identifier_uri: $('#sectorIdentifierUri input').val(),
371371
initiate_login_uri: $('#initiateLoginUri input').val(),
372372
post_logout_redirect_uri: $('#postLogoutRedirectUri input').val(),
373-
reuse_refresh_token: $('#reuseRefreshToken').is(':checked'),
374373
require_auth_time: $('#requireAuthTime input').is(':checked'),
375374
default_max_age: parseInt($('#defaultMaxAge input').val()),
376375
contacts: contacts,

0 commit comments

Comments
 (0)