use small text to store long tokens
This commit is contained in:
parent
604b88be58
commit
fbdd86f38b
1 changed files with 2 additions and 2 deletions
|
|
@ -33,13 +33,13 @@
|
|||
},
|
||||
{
|
||||
"fieldname": "access_token",
|
||||
"fieldtype": "Data",
|
||||
"fieldtype": "Small Text",
|
||||
"label": "Access Token",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "refresh_token",
|
||||
"fieldtype": "Data",
|
||||
"fieldtype": "Small Text",
|
||||
"label": "Refresh Token",
|
||||
"read_only": 1
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue