Open new tab when logging in via extension
This commit is contained in:
@ -7,5 +7,5 @@ import (
|
||||
|
||||
// Get ...
|
||||
func Get(ctx *aero.Context) string {
|
||||
return ctx.HTML(components.Login())
|
||||
return ctx.HTML(components.Login(""))
|
||||
}
|
||||
|
Reference in New Issue
Block a user