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"), }) }