From 2890c6012422a0d1c91cd1b2e4eebbd43de09839 Mon Sep 17 00:00:00 2001
From: Thomas Miceli <27960254+thomiceli@users.noreply.github.com>
Date: Mon, 17 Jul 2023 04:07:10 +0200
Subject: [PATCH] Warning message on OAuth unlink (#79)
---
templates/pages/settings.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/templates/pages/settings.html b/templates/pages/settings.html
index 61fc192..18d8fd5 100644
--- a/templates/pages/settings.html
+++ b/templates/pages/settings.html
@@ -37,7 +37,8 @@
{{ if .githubOauth }}
{{ if .userLogged.GithubID }}
-
+
Unlink GitHub account
{{ else }}
@@ -49,7 +50,8 @@
{{ if .giteaOauth }}
{{ if .userLogged.GiteaID }}
-
+
Unlink Gitea account
{{ else }}