mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-11 01:09:29 +01:00
feat(syncforreddit/change-oauth-client-id): improve error message
This commit is contained in:
parent
39a64ea039
commit
a39b2fd982
@ -43,7 +43,7 @@ class ChangeOAuthClientIdPatch : BytecodePatch(
|
|||||||
Alternatively, you can provide the client ID using patch options.
|
Alternatively, you can provide the client ID using patch options.
|
||||||
|
|
||||||
You can get your client ID from https://www.reddit.com/prefs/apps.
|
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()
|
""".trimIndent()
|
||||||
|
|
||||||
return PatchResultError(error)
|
return PatchResultError(error)
|
||||||
|
Loading…
Reference in New Issue
Block a user