Skip to content

Commit

Permalink
Fix Shikimori tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Feb 8, 2024
1 parent d353c83 commit 7874363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7874363

Please sign in to comment.