This commit is contained in:
mr 2024-12-03 12:51:41 +01:00
parent 4b88da8ff6
commit 6681c455d8

View File

@ -31,5 +31,5 @@ func (ao *Workspace) VerifyAuth(peerID string, groups []string) bool {
}
return shared.VerifyAuth(peerID, groups)
}
return false
return true
}