mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 18:32:08 +08:00
10 lines
316 B
Go
10 lines
316 B
Go
package auth
|
|
|
|
// == define error HTML here ==
|
|
const oauthNotConfigured = `<!DOCTYPE html><html>
|
|
<body>
|
|
<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>
|
|
`
|