Merge pull request #945 from esteemapp/bugfix/steemconnect

Changed steem connect client id
This commit is contained in:
Mustafa Buyukcelebi 2019-07-15 14:44:54 +03:00 committed by GitHub
commit f19610635f

View File

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