diff --git a/templates/pages/auth_form.html b/templates/pages/auth_form.html
index 0662fe7..64179f5 100644
--- a/templates/pages/auth_form.html
+++ b/templates/pages/auth_form.html
@@ -51,7 +51,7 @@
{{ .csrfHtml }}
{{ end }}
- {{ if or .githubOauth .giteaOauth }}
+ {{ if or .githubOauth .giteaOauth .oidcOauth }}
{{ if not .disableForm }}
diff --git a/templates/pages/settings.html b/templates/pages/settings.html
index 605f449..0e10aed 100644
--- a/templates/pages/settings.html
+++ b/templates/pages/settings.html
@@ -7,7 +7,7 @@
-
+
- {{ if or .githubOauth .giteaOauth }}
+ {{ if or .githubOauth .giteaOauth .oidcOauth }}