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