{{ .locale.Tr "auth.signup-disabled" }}
{{ else }}
{{ if not .disableForm }}
{{ end }}
{{ if or .githubOauth .gitlabOauth .giteaOauth .oidcOauth }}
{{ if not .disableForm }}
{{ end }}
{{ end }}
{{ if .githubOauth }}
{{ .locale.Tr "auth.oauth" "GitHub"}}
{{ end }}
{{ if .gitlabOauth }}
{{ .locale.Tr "auth.oauth" .c.GitlabName}}
{{ end }}
{{ if .giteaOauth }}
{{ .locale.Tr "auth.oauth" .c.GiteaName }}
{{ end }}
{{ if .oidcOauth }}
Continue with OpenID account
{{ end }}
{{ end }}
{{ .locale.Tr "auth.mfa.passkey" }}
{{ .locale.Tr "auth.mfa.waiting-for-passkey-input" }}