From 3c7aaba0234bef53e6558ff0556071e57cf7ed7c Mon Sep 17 00:00:00 2001 From: ds Date: Sat, 11 Jul 2026 02:16:20 +0000 Subject: [PATCH] main.go aktualisiert --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 966d2aa..53f4621 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "fmt" "log" "net/http" - + "crypto/tls" "github.com/coreos/go-oidc/v3/oidc" "golang.org/x/oauth2" )