duplicate client_id and client_uri for now

Šī revīzija ir iekļauta:
AJ ONeal 2017-02-15 14:38:52 -07:00
vecāks 995d70e3b1
revīzija 19084c88e0

Parādīt failu

@ -337,7 +337,7 @@
action: action
//, response_type: 'confirmation'
, client_id: opts.client_id || opts.client_uri
, client_uri: opts.client_uri
, client_uri: opts.client_uri || opts.client_id
, state: state
, debug: opts.debug
};