mirror of
https://github.com/h44z/wg-portal.git
synced 2025-12-18 12:16:18 +00:00
rename user to peer
This commit is contained in:
@@ -27,7 +27,7 @@ const CacheRefreshDuration = 5 * time.Minute
|
||||
func init() {
|
||||
gob.Register(SessionData{})
|
||||
gob.Register(FlashData{})
|
||||
gob.Register(User{})
|
||||
gob.Register(Peer{})
|
||||
gob.Register(Device{})
|
||||
gob.Register(LdapCreateForm{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user