diff --git a/open-isle-cli/src/utils/google.js b/open-isle-cli/src/utils/google.js index d7d529bf0..fcdf0c92b 100644 --- a/open-isle-cli/src/utils/google.js +++ b/open-isle-cli/src/utils/google.js @@ -4,7 +4,7 @@ import { setToken, loadCurrentUser } from './auth' export async function googleGetIdToken() { return new Promise((resolve, reject) => { if (!window.google || !GOOGLE_CLIENT_ID) { - toast.error('Google 登录不可用') + toast.error('Google 登录不可用, 请检查网络设置与VPN') reject() return }