diff options
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ func New() *App { app.DB = db app.DataStore = &SqlStore{db} hashKey, err := hex.DecodeString(config.HashKey) - blockKey, err := hex.DecodeString(config.HashKey) + blockKey, err := hex.DecodeString(config.BlockKey) s := securecookie.New(hashKey, blockKey) app.CookieHandler = s fmap := template.FuncMap{ |
