Remove unuused parameters
This commit removes names for unusued parameters where they are no longer needed.
This commit is contained in:
parent
b45233b87c
commit
8ad8cf7994
24 changed files with 30 additions and 30 deletions
|
|
@ -40,7 +40,7 @@ func (g GrantWithURL) AdminURL() template.URL {
|
|||
return template.URL("/admin/instance/" + g.Slug)
|
||||
}
|
||||
|
||||
func (panel *UserPanel) routeUser(ctx context.Context) http.Handler {
|
||||
func (panel *UserPanel) routeUser(context.Context) http.Handler {
|
||||
actions := []component.MenuItem{
|
||||
menuChangePassword,
|
||||
menuTOTPAction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue