duplicate client_id and client_uri for now

This commit is contained in:
AJ ONeal 2017-02-15 14:38:52 -07:00
parent 995d70e3b1
commit 19084c88e0
1 changed files with 1 additions and 1 deletions

View File

@ -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
};