authentication fixes

This commit is contained in:
Giorgos Komninos 2021-08-08 19:50:05 +03:00
parent 0981c2fe07
commit dfeb0fbb43
6 changed files with 44 additions and 63 deletions

View file

@ -7,4 +7,5 @@ var (
SendgridApiKey string
EmailFrom string
EmailFromName string
SessionSecret []byte
)