mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-30 03:54:35 +01:00
9 lines
99 B
Go
9 lines
99 B
Go
|
package templates
|
||
|
|
||
|
import (
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed pkce-auth-msg.html
|
||
|
var PKCEAuthMsgTmpl string
|