add missing unprotected path

This commit is contained in:
David Christofas
2022-08-15 16:04:14 +02:00
parent 3ebfcbff1e
commit 864438b2de

View File

@@ -45,6 +45,7 @@ var (
_unprotectedPathPrefixes = [...]string{
"/files",
"/data",
"/account",
"/s/",
"/settings",
"/user-management",