diff --git a/profile/src/main/kotlin/com/imashnake/animite/profile/dev/internal/Constants.kt b/profile/src/main/kotlin/com/imashnake/animite/profile/dev/internal/Constants.kt index 69e81706..f7fdc584 100644 --- a/profile/src/main/kotlin/com/imashnake/animite/profile/dev/internal/Constants.kt +++ b/profile/src/main/kotlin/com/imashnake/animite/profile/dev/internal/Constants.kt @@ -1,4 +1,4 @@ package com.imashnake.animite.profile.dev.internal -const val ANILIST_AUTH_DEEPLINK = "jinnah://animite#access_token={accessToken}&token_type=Bearer&expires_in=31622400" -const val ANILIST_AUTH_URL = "https://anilist.co/api/v2/oauth/authorize?client_id=10678&response_type=token" +const val ANILIST_AUTH_DEEPLINK = "app://animite#access_token={accessToken}&token_type=Bearer&expires_in=31622400" +const val ANILIST_AUTH_URL = "https://anilist.co/api/v2/oauth/authorize?client_id=17347&response_type=token"