From 4d31a4b5c616d8ed4407d08b426a3385b88118f1 Mon Sep 17 00:00:00 2001 From: imashnake0 Date: Wed, 6 Mar 2024 11:47:27 -0500 Subject: [PATCH] Update Deeplink --- .../com/imashnake/animite/profile/dev/internal/Constants.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"