A browser's native credential manager remembers a user's password credentials.
You can set the data-native_login_uri
attribute to enable the browser's native
credential manager.
To avoid the display of both the One Tap prompt and the native credential manager dialog on the same page, the native dialog is only displayed when the One Tap prompt isn't displayed. See the following code example:
<div id="g_id_onload" data-client_id="YOUR_GOOGLE_CLIENT_ID" data-login_uri="https://your.domain/your_login_endpoint" data-native_login_uri="https://your.domain/your_password_login_endpoint"> </div>