mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (plg_authenticate_local): broken link
This commit is contained in:
parent
c9bfdb51c4
commit
9b7b77206b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,6 +75,6 @@ func UserManagementHandler(ctx *App, res http.ResponseWriter, req *http.Request)
|
||||||
}{
|
}{
|
||||||
Users: users,
|
Users: users,
|
||||||
CurrentUser: currentUser,
|
CurrentUser: currentUser,
|
||||||
BackURL: WithBase("/admin/backend"),
|
BackURL: WithBase("/admin/storage"),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue