mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01:00
7 lines
170 B
Go
7 lines
170 B
Go
package emailUi
|
|
|
|
import "embed"
|
|
|
|
//go:embed verify.gohtml verify.gotext resetPassword.gohtml resetPassword.gotext limitWarning.gohtml limitWarning.gotext
|
|
var FS embed.FS
|