From 7aef92aa421c7dc76016e967bc921eaf82d53266 Mon Sep 17 00:00:00 2001 From: Vishal Dalwadi Date: Tue, 1 Jul 2025 22:00:13 +0530 Subject: [PATCH] fix(go): update oauth docs link; --- pro/auth/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pro/auth/error.go b/pro/auth/error.go index 61ba7f15..eac61b27 100644 --- a/pro/auth/error.go +++ b/pro/auth/error.go @@ -93,7 +93,7 @@ var htmlBaseTemplate = ` ` var oauthNotConfigured = fmt.Sprintf(htmlBaseTemplate, `

Your Netmaker server does not have OAuth configured.

-

Please visit the docs here to learn how to.

`) +

Please visit the docs here to learn how to.

`) var oauthStateInvalid = fmt.Sprintf(htmlBaseTemplate, `

Invalid OAuth Session. Please re-try again.

`)