From e15aba2d63d1bdd6b43d6233c766798b8ef4b663 Mon Sep 17 00:00:00 2001 From: Antony Date: Thu, 25 Aug 2022 15:45:08 +0200 Subject: [PATCH] createAccountUrl fix --- .../lagradost/cloudstream3/syncproviders/providers/GithubApi.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt index bcb892a3..53669aca 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt @@ -29,7 +29,7 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){ override val name = "Github" override val icon = R.drawable.ic_github_logo override val requiresPassword = true - override val createAccountUrl = "https://github.com/settings/tokens/new" + override val createAccountUrl = "https://github.com/settings/tokens/new?description=Cloudstream+Backup&scopes=gist" data class GithubOAuthEntity( var repoUrl: String,