Fix Shikimori tracking
This commit is contained in:
parent
d353c83dba
commit
7874363e08
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class ShikimoriApi(
|
|||
private const val oauthUrl = "$baseUrl/oauth/token"
|
||||
private const val loginUrl = "$baseUrl/oauth/authorize"
|
||||
|
||||
private const val redirectUrl = "mihon://shikimori-auth"
|
||||
private const val redirectUrl = "komikku://shikimori-auth"
|
||||
|
||||
fun authUrl(): Uri = loginUrl.toUri().buildUpon()
|
||||
.appendQueryParameter("client_id", clientId)
|
||||
|
|
|
|||
Loading…
Reference in a new issue