1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-05 18:31:16 +01:00
netbird/client/internal/templates/embed.go
Bethuel Mmbaga 64f6343fcc
Add html screen for pkce flow ()
* add html screen for pkce flow

* remove unused CSS classes in pkce-auth-msg.html

* remove links to external sources
2023-07-28 18:10:12 +02:00

9 lines
99 B
Go

package templates
import (
_ "embed"
)
//go:embed pkce-auth-msg.html
var PKCEAuthMsgTmpl string