Skip to content

Commit

Permalink
feat(syncforreddit/change-oauth-client-id): improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 12, 2023
1 parent 39a64ea commit a39b2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a39b2fd

Please sign in to comment.