Skip to content

Commit

Permalink
fix: 去除google sigin
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Apr 2, 2024
1 parent 9b31268 commit a5ec623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/GoogleSignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const GoogleSignIn = () => {

return (
<div>
<div
{/* <div
id="g_id_onload"
data-client_id="646783243018-m2n9qfo12k70debpmkesevt5j2hi2itb.apps.googleusercontent.com"
data-context="signin"
Expand All @@ -75,7 +75,7 @@ const GoogleSignIn = () => {
data-nonce=""
data-auto_select="false"
data-itp_support="true"
></div>
></div> */}
<div
id="g_id_signin"
className="g_id_signin"
Expand Down

0 comments on commit a5ec623

Please sign in to comment.