From 35cf37836d5aa0649cbd287e5b3ecfcf63705e05 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Wed, 13 Mar 2024 00:39:00 -0600 Subject: [PATCH] Changed button styling --- internal/login.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/internal/login.go b/internal/login.go index fdab553..9bd41e4 100644 --- a/internal/login.go +++ b/internal/login.go @@ -76,5 +76,10 @@ func Login(config *Config, client *oauth.Client, provider *oidc.IdentityProvider } func MakeButton(url string, text string) string { - return " " + text + "" + html := " " + text + "" }