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,