Correct case of config strings in Mastodon (#123859)

Fix string casing
pull/122375/head
Andrew Jackson 2024-08-14 09:11:11 +01:00 committed by GitHub
parent b7bbc938d3
commit 5f967fdee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"user": {
"data": {
"base_url": "[%key:common::config_flow::data::url%]",
"client_id": "Client Key",
"client_secret": "Client Secret",
"client_id": "Client key",
"client_secret": "Client secret",
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"data_description": {