Fixed extension login

This commit is contained in:
2019-11-18 11:55:00 +09:00
parent 93af640d53
commit 2af0fe9e0c
4 changed files with 8 additions and 4 deletions

View File

@ -13,7 +13,7 @@ func Get(ctx aero.Context) error {
user := arn.GetUserFromContext(ctx)
if user == nil {
return ctx.HTML(components.Login(""))
return ctx.HTML(components.Login("_blank"))
}
if !user.HasBasicInfo() {