Commit 4afb6b26 authored by tyyin lan's avatar tyyin lan

chore: 谷歌快捷键登录按钮重新渲染

parent c1efb83b
......@@ -155,6 +155,10 @@ watchEffect(() => {
})
}
document.head.appendChild(script)
} else {
getGoogleLoginClientId().then((clientId) => {
clientId && initializeGoogleSignIn(clientId)
})
}
})()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment