Removed time limit
This commit is contained in:
parent
e28618029a
commit
1d6cdd3c9f
@ -20,12 +20,6 @@ func Get(ctx aero.Context) error {
|
|||||||
return ctx.HTML(components.ExtensionEnterBasicInfo())
|
return ctx.HTML(components.ExtensionEnterBasicInfo())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extension is enabled as long as the site isn't finished yet.
|
|
||||||
// ---
|
|
||||||
// if !user.IsPro() && user.TimeSinceRegistered() > 14*24*time.Hour {
|
|
||||||
// return ctx.HTML(components.EmbedProNotice(user))
|
|
||||||
// }
|
|
||||||
|
|
||||||
animeList := user.AnimeList()
|
animeList := user.AnimeList()
|
||||||
|
|
||||||
if animeList == nil {
|
if animeList == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user