fix: error log and gin mode
This commit is contained in:
@@ -138,7 +138,6 @@ func InitSession() {
|
||||
}
|
||||
|
||||
} else {
|
||||
log.Println("using in memory store to save sessions")
|
||||
SessionStoreObj.InMemoryStoreObj = &InMemoryStore{
|
||||
store: map[string]map[string]string{},
|
||||
socialLoginState: map[string]string{},
|
||||
|
Reference in New Issue
Block a user