Removed time limit

This commit is contained in:
Eduard Urbach 2019-08-29 12:27:42 +09:00
parent e28618029a
commit 1d6cdd3c9f
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

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 {