mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
64f6343fcc
* add html screen for pkce flow * remove unused CSS classes in pkce-auth-msg.html * remove links to external sources
9 lines
99 B
Go
9 lines
99 B
Go
package templates
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed pkce-auth-msg.html
|
|
var PKCEAuthMsgTmpl string
|