Removed time limit

This commit is contained in:
2019-08-29 12:27:42 +09:00
parent e28618029a
commit 1d6cdd3c9f

View File

@ -20,12 +20,6 @@ func Get(ctx aero.Context) error {
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()
if animeList == nil {