Skip to content

Commit

Permalink
home: fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Mar 14, 2024
1 parent 7f11807 commit ffb4b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/home/auth.go
Expand Up @@ -54,11 +54,11 @@ func (s *session) deserialize(data []byte) bool {

// Auth is the global authentication object.
type Auth struct {
trustedProxies netutil.SubnetSet
db *bbolt.DB
rateLimiter *authRateLimiter
sessions map[string]*session
users []webUser
trustedProxies netutil.SubnetSet
lock sync.Mutex
sessionTTL uint32
}
Expand Down

0 comments on commit ffb4b9a

Please sign in to comment.