Open new tab when logging in via extension

This commit is contained in:
2017-11-16 22:09:50 +01:00
parent 1182c6b760
commit f29079ea8d
4 changed files with 6 additions and 6 deletions

View File

@ -7,5 +7,5 @@ import (
// Get ...
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Login())
return ctx.HTML(components.Login(""))
}