fix (plg_authenticate_local): broken link

This commit is contained in:
MickaelK 2025-11-18 00:41:50 +11:00
parent c9bfdb51c4
commit 9b7b77206b

View file

@ -75,6 +75,6 @@ func UserManagementHandler(ctx *App, res http.ResponseWriter, req *http.Request)
}{
Users: users,
CurrentUser: currentUser,
BackURL: WithBase("/admin/backend"),
BackURL: WithBase("/admin/storage"),
})
}