feat(syncforreddit/change-oauth-client-id): improve error message

This commit is contained in:
oSumAtrIX 2023-06-12 03:22:23 +02:00
parent 39a64ea039
commit a39b2fd982
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -43,7 +43,7 @@ class ChangeOAuthClientIdPatch : BytecodePatch(
Alternatively, you can provide the client ID using patch options.
You can get your client ID from https://www.reddit.com/prefs/apps.
The redirect URI has to be set to "http://redditsync/auth".
The application type has to be "installed app" and the redirect URI has to be set to "http://redditsync/auth"
""".trimIndent()
return PatchResultError(error)