From c1e1506720e3c8b4e8782da9ff73ce1c57ce71a5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Sep 2018 14:25:56 -0700 Subject: Revert cookie flag from strict to lax mode otherwise oauth2 won't work --- template/engine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/engine.go b/template/engine.go index 5a46e0c..629059a 100644 --- a/template/engine.go +++ b/template/engine.go @@ -36,7 +36,7 @@ func (e *Engine) parseAll() { } } -// Render process a template and write the ouput. +// Render process a template. func (e *Engine) Render(name, language string, data interface{}) []byte { tpl, ok := e.templates[name] if !ok { -- cgit v1.2.3