Feat: user register / send activate email
This commit is contained in:
@@ -21,7 +21,6 @@ func SetSession(c *gin.Context, list map[string]interface{}) {
|
||||
// GetSession 获取session
|
||||
func GetSession(c *gin.Context, key string) interface{} {
|
||||
s := sessions.Default(c)
|
||||
Log().Debug("Key:%s Val:%s", key, s.Get(key))
|
||||
return s.Get(key)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user