如何更改提示标题?

时间:2018-10-24 11:21:00

标签: google-oauth2 google-authentication google-identity

  googleyolo.hint({
    supportedAuthMethods: ["https://accounts.google.com"],
    supportedIdTokenProviders: [
      {
        uri: "https://accounts.google.com",
        clientId: [google-client-id]
      }
    ]
  });

我的提示是“使用Google登录[网站]”。如何将其更改为“使用Google创建[网站]帐户”?我似乎在任何文档上都找不到它。

enter image description here

enter image description here

编辑:我看到有一个context参数,但它仅支持2个选项:signIn(默认)和continue,但没有create

0 个答案:

没有答案