@@ -230,3 +230,7 @@ func (s *MemoryStore) PruneExpired(now time.Time) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func (s *MemoryStore) SaveUserLogin(ul UserLogin) {
|
||||
// In-memory store: no-op for login history (persistence only in Postgres)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user