9 lines
99 B
Go
9 lines
99 B
Go
package templates
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed pkce-auth-msg.html
|
|
var PKCEAuthMsgTmpl string
|