1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

fixing typos - Check Please!

This commit is contained in:
silversword411 2022-07-19 15:19:17 -04:00
parent 37617e40f2
commit ea51ae8dcb
No known key found for this signature in database
GPG key ID: CF805301BBB8CC0C

View file

@ -1020,7 +1020,7 @@
"properties": {
"clientId": { "type": "string" },
"clientSecret": { "type": "string" },
"refreshTfoken": { "type": "string" }
"refreshToken": { "type": "string" }
},
"required": [ "clientId", "clientSecret", "refreshToken" ]
},