Add fedCM to accommodate google migration (#798)

- See migration guidelines here: https://developers.google.com/identity/gsi/web/guides/fedcm-migration#fedcm_flag
This commit is contained in:
sabaimran 2024-06-06 14:23:16 +05:30 committed by GitHub
parent a1e4f4bde7
commit 8d701ebe22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,8 @@
</div>
<div id="g_id_onload"
data-client_id="{{ google_client_id }}"
data-ux_mode="redirect"
data-ux_mode="popup"
data-use_fedcm_for_prompt="true"
data-login_uri="{{ redirect_uri }}"
data-auto-select="true">
</div>