2025-04-21 09:31:22 +00:00

9 lines
99 B
Go

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