From a39b2fd9828b514670135918e69ee736cb4615e5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 12 Jun 2023 03:22:23 +0200 Subject: [PATCH] feat(syncforreddit/change-oauth-client-id): improve error message --- .../patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt b/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt index d34018712..3afcd9c23 100644 --- a/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt +++ b/src/main/kotlin/app/revanced/patches/syncforreddit/api/patch/ChangeOAuthClientIdPatch.kt @@ -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)