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.

`)