Remove fiber ctx from render
This commit is contained in:
@ -10,6 +10,6 @@ func ProtectedPage(request *requests.Request) error {
|
||||
Title: "Protected page",
|
||||
ActivePage: "protected-page",
|
||||
}
|
||||
Render(request.Ctx, templates.ProtectedPage(request, pc))
|
||||
Render(request, templates.ProtectedPage(request, pc))
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user