fixed device code admin UI

pull/1161/merge
Justin Richer 2017-03-14 17:38:46 -04:00
parent f54d44cd9d
commit f0c8b1b235
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ var ClientFormView = Backbone.View.extend({
var idTokenValiditySeconds = this.getFormTokenNumberValue($('#idTokenValidityTime input[type=text]').val(), $('#idTokenValidityTime select').val());
var deviceCodeValiditySeconds = this.getFormTokenNumberValue($('#deviceCodeValidityTime input[type=text]').val, $('#deviceCodeValidityTime select').val());
var deviceCodeValiditySeconds = this.getFormTokenNumberValue($('#deviceCodeValidityTime input[type=text]').val(), $('#deviceCodeValidityTime select').val());
var refreshTokenValiditySeconds = null;
if ($('#allowRefresh').is(':checked')) {