mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
createAccountUrl fix
This commit is contained in:
parent
79833fafcb
commit
e15aba2d63
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){
|
||||||
override val name = "Github"
|
override val name = "Github"
|
||||||
override val icon = R.drawable.ic_github_logo
|
override val icon = R.drawable.ic_github_logo
|
||||||
override val requiresPassword = true
|
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(
|
data class GithubOAuthEntity(
|
||||||
var repoUrl: String,
|
var repoUrl: String,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue