Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit bbdee1d

Browse files
authored
Merge pull request #5863 from mahdiaryayi-fs/add-trading-information-scope
Mahdi Aryayi / Added trading information to API Token scopes
2 parents f2a1a33 + 79abd2a commit bbdee1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/templates/app/user/security/api_token.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ const ApiToken = () => (
3030

3131
<input id='chk_scopes_admin' type='checkbox' value='admin' />
3232
<label htmlFor='chk_scopes_admin'><span data-balloon={it.L('Can be used to open accounts, set settings, manage token usage, and more.')} data-balloon-length='xlarge'>{it.L('Admin')}</span></label>
33+
34+
<input id='chk_scopes_trading_information' type='checkbox' value='trading_information' />
35+
<label htmlFor='chk_scopes_trading_information'><span data-balloon={it.L('Can be used to view the trading history of an account.')} data-balloon-length='xlarge'>{it.L('Trading information')}</span></label>
3336
</FormRow>
3437

3538
<SubmitButton text={it.L('Create')} type='submit' />

0 commit comments

Comments
 (0)