fix(Slide - Spoof client): Use correct patch name

This commit is contained in:
oSumAtrIX 2023-09-24 23:52:46 +02:00
parent 00dd90f185
commit f355dbf1d2
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -9,7 +9,7 @@ import app.revanced.patches.reddit.customclients.AbstractSpoofClientPatch
import app.revanced.patches.reddit.customclients.boostforreddit.api.fingerprints.GetClientIdFingerprint
@Patch(
name = "Slide client spoof",
name = "Spoof client",
description = "Spoofs the client in order to allow logging in. " +
"The OAuth application type has to be \"Installed app\" " +
"and the redirect URI has to be set to \"http://www.ccrama.me\".",