diff --git a/appview/signup/signup.go b/appview/signup/signup.go --- a/appview/signup/signup.go +++ b/appview/signup/signup.go @@ -332,9 +332,13 @@ // if we get here, we've successfully created the account and added the email success = true - s.pages.NoticeHTMLWithClears(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now - login - with %s.tngl.sh.`, username), "signup-error") + s.pages.NoticeHTMLWithClears(w, "signup-msg", fmt.Sprintf(` +
+ Account created successfully. +
+ You can now login with %s.tngl.sh. +
+ `, username), "signup-error") // clean up inflight signup asynchronously go func() {