Improved shop
This commit is contained in:
@ -17,5 +17,5 @@ func Get(ctx *aero.Context) string {
|
||||
return ctx.Error(http.StatusUnauthorized, "Not logged in", nil)
|
||||
}
|
||||
|
||||
return ctx.HTML(components.Charge())
|
||||
return ctx.HTML(components.Charge(user))
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
component Charge
|
||||
ShopTabs
|
||||
component Charge(user *arn.User)
|
||||
ShopTabs(user)
|
||||
p Coming soon.
|
Reference in New Issue
Block a user