Updated extension notice

This commit is contained in:
2017-11-19 17:30:25 +01:00
parent 58d690ff5a
commit b134de7722
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@ package embed
import (
"net/http"
"time"
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/components"
@ -17,7 +16,7 @@ func Get(ctx *aero.Context) string {
return utils.AllowEmbed(ctx, ctx.HTML(components.Login("_blank")))
}
if !user.IsPro() && user.TimeSinceRegistered() > 14*24*time.Hour {
if true {
return utils.AllowEmbed(ctx, ctx.HTML(components.EmbedProNotice(user)))
}