mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 17:14:22 +03:00
Merge pull request #945 from esteemapp/bugfix/steemconnect
Changed steem connect client id
This commit is contained in:
commit
f19610635f
@ -1,6 +1,6 @@
|
||||
export const steemConnectOptions = {
|
||||
base_url: 'https://app.steemconnect.com/',
|
||||
client_id: 'esteem-app',
|
||||
client_id: 'esteemapp',
|
||||
redirect_uri: 'http://127.0.0.1:3415/', // http://127.0.0.1:3415
|
||||
scope: 'vote,comment,delete_comment,comment_options,custom_json,claim_reward_balance,offline',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user