From 9b7b77206b441bd608f3caf9ccba9e449d475d30 Mon Sep 17 00:00:00 2001 From: MickaelK Date: Tue, 18 Nov 2025 00:41:50 +1100 Subject: [PATCH] fix (plg_authenticate_local): broken link --- server/plugin/plg_authenticate_local/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/plugin/plg_authenticate_local/handler.go b/server/plugin/plg_authenticate_local/handler.go index 6921a6c9..7544c747 100644 --- a/server/plugin/plg_authenticate_local/handler.go +++ b/server/plugin/plg_authenticate_local/handler.go @@ -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"), }) }