Bug fixes, cleanup

This commit is contained in:
jdl
2026-06-14 20:32:46 +02:00
parent f765303daf
commit 797ab8bdef
2 changed files with 2 additions and 6 deletions

View File

@@ -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) {