QayGo logo

Shop or Sell on QayGo

New? Your account is created automatically

callback: handleGoogleCredential, ux_mode: "popup", auto_select: false, }); window.google.accounts.id.renderButton( document.getElementById("google-button"), { theme: "outline", size: "large", width: "100%", text: "signin_with", }, ); } window.onload = () => { if ( window.google && window.google.accounts && window.google.accounts.id ) { initializeGoogle(); } }; window.addEventListener("google-loaded", initializeGoogle);