{{- /* signin.tmpl ~ Sign-in using Google API. */ -}} {{- define "content" }} {{- $client := (index . "clientID") }} {{- $callback := (index . "callback") }} {{- $nonce := (index . "nonce") }} {{- /* Sign In With Google HTML API reference https://developers.google.com/identity/gsi/web/reference/html-reference */ -}} {{- /* Data attributes - data-client_id Your application's client ID. - data-context The sign-in context of the button. The value can be either signin or signup. - data-ux_mode The sign-in flow mode of the button. The value can be either popup or redirect. - data-login_uri The URI of the page that handles the sign-in flow. - data-nonce A random string generated by your application. The string should be a minimum of 16 characters and a maximum of 128 characters. - data-itp_support Whether to enable Intelligent Tracking Prevention (ITP) support. The value can be either true or false. - data-use_fedcm_for_prompt Whether to use the federated sign-in prompt. The value can be either true or false. */ -}}
The privacy policy of Defacto2 does not apply to the sign-in page.
If you formerly had a Defacto2 operator account, please sign-in to obtain your numeric Google account unique identifier and contact Defacto2 for a new signup.
{{- /* Sign In With Google button - data-type The button type. The value can be either standard or (a smaller) icon. - data-shape The button shape. The value can be either rectangular or pill. - data-theme The button theme. The value can be either outline or filled_blue or filled_black. - data-text The button text. The value can be either signin_with or continue_with or signin. - data-shape The button shape. - data-size The button size. The value can be either large or medium or small. - data-logo_alignment The button logo alignment. The value can be either left or center. - data-width The button width in pixels. The value can be a maximum of 400 pixels. */ -}}
{{- end }}