Bug fixes, cleanup
This commit is contained in:
@@ -31,7 +31,7 @@ type App struct {
|
||||
insecure bool
|
||||
|
||||
// Per-remote address sign-in serialization lock.
|
||||
signInLock keyedmutex.KeyedMutex[string]
|
||||
signInLock *keyedmutex.KeyedMutex[string]
|
||||
}
|
||||
|
||||
func NewApp(conf Config) (*App, error) {
|
||||
|
||||
Reference in New Issue
Block a user