Skip to content

Commit

Permalink
fix: update app_id maxlength to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Nov 26, 2024
1 parent 171f772 commit 53633c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/app/endpoint.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Endpoint = () => (
className='input-class'
type='text'
label={it.L('OAuth App ID')}
attributes={{ maxLength: 5 }}
attributes={{ maxLength: 7 }}
hint={it.L(
'You have to register and get App ID before you can use different OAuth server for authentication. For more information refer to OAuth details on https://api.deriv.com/.'
)}
Expand Down

0 comments on commit 53633c3

Please sign in to comment.