mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
fix: update Aihubmix auth URL to use console domain
This commit is contained in:
parent
5eb2772d53
commit
9e0ee24fd7
@ -26,7 +26,7 @@ export const oauthWithSiliconFlow = async (setKey) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const oauthWithAihubmix = async (setKey) => {
|
export const oauthWithAihubmix = async (setKey) => {
|
||||||
const authUrl = ` https://aihubmix.com/token?client_id=cherry_studio_oauth&lang=${getLanguageCode()}&aff=SJyh`
|
const authUrl = ` https://console.aihubmix.com/token?client_id=cherry_studio_oauth&lang=${getLanguageCode()}&aff=SJyh`
|
||||||
|
|
||||||
const popup = window.open(
|
const popup = window.open(
|
||||||
authUrl,
|
authUrl,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user