duplicate client_id and client_uri for now
This commit is contained in:
parent
995d70e3b1
commit
19084c88e0
|
@ -337,7 +337,7 @@
|
||||||
action: action
|
action: action
|
||||||
//, response_type: 'confirmation'
|
//, response_type: 'confirmation'
|
||||||
, client_id: opts.client_id || opts.client_uri
|
, client_id: opts.client_id || opts.client_uri
|
||||||
, client_uri: opts.client_uri
|
, client_uri: opts.client_uri || opts.client_id
|
||||||
, state: state
|
, state: state
|
||||||
, debug: opts.debug
|
, debug: opts.debug
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue