remove new line to fix warning: fmt.Fprintln arg list ends with redundant newline

This commit is contained in:
9to1url
2022-04-09 16:00:49 -04:00
parent 2e593d5659
commit 1e77a9eca4

View File

@@ -6,5 +6,4 @@ const oauthNotConfigured = `<!DOCTYPE html><html>
<h3>Your Netmaker server does not have OAuth configured.</h3>
<p>Please visit the docs <a href="https://docs.netmaker.org/oauth.html" target="_blank" rel="noopener">here</a> to learn how to.</p>
</body>
</html>
`
</html>`