fixed subjectType typo, closes #579
parent
265624b285
commit
fcb3ccb0ff
|
@ -679,7 +679,7 @@ var ClientFormView = Backbone.View.extend({
|
||||||
clientUri: $('#clientUri input').val(),
|
clientUri: $('#clientUri input').val(),
|
||||||
applicationType: $('#applicationType input').filter(':checked').val(),
|
applicationType: $('#applicationType input').filter(':checked').val(),
|
||||||
jwksUri: $('#jwksUri input').val(),
|
jwksUri: $('#jwksUri input').val(),
|
||||||
subjectType: $('#applicationType input').filter(':checked').val(),
|
subjectType: $('#subjectType input').filter(':checked').val(),
|
||||||
tokenEndpointAuthMethod: $('#tokenEndpointAuthMethod input').filter(':checked').val(),
|
tokenEndpointAuthMethod: $('#tokenEndpointAuthMethod input').filter(':checked').val(),
|
||||||
responseTypes: responseTypes,
|
responseTypes: responseTypes,
|
||||||
sectorIdentifierUri: $('#sectorIdentifierUri input').val(),
|
sectorIdentifierUri: $('#sectorIdentifierUri input').val(),
|
||||||
|
|
|
@ -293,7 +293,7 @@ var DynRegEditView = Backbone.View.extend({
|
||||||
client_uri: $('#clientUri input').val(),
|
client_uri: $('#clientUri input').val(),
|
||||||
application_type: $('#applicationType input').filter(':checked').val(),
|
application_type: $('#applicationType input').filter(':checked').val(),
|
||||||
jwks_uri: $('#jwksUri input').val(),
|
jwks_uri: $('#jwksUri input').val(),
|
||||||
subject_type: $('#applicationType input').filter(':checked').val(),
|
subject_type: $('#subjectType input').filter(':checked').val(),
|
||||||
token_endpoint_auth_method: $('#tokenEndpointAuthMethod input').filter(':checked').val(),
|
token_endpoint_auth_method: $('#tokenEndpointAuthMethod input').filter(':checked').val(),
|
||||||
response_types: responseTypes,
|
response_types: responseTypes,
|
||||||
sector_identifier_uri: $('#sectorIdentifierUri input').val(),
|
sector_identifier_uri: $('#sectorIdentifierUri input').val(),
|
||||||
|
|
Loading…
Reference in New Issue