From 4a43e8f236954aa62cb9d350208f4da89039dc78 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 7 Apr 2026 08:47:26 +0100 Subject: [PATCH] appview/signup: fix HTML notice not being rendered Signed-off-by: oppiliappan --- appview/signup/signup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/signup/signup.go b/appview/signup/signup.go index 3fc0b854..fb52f7a5 100644 --- a/appview/signup/signup.go +++ b/appview/signup/signup.go @@ -332,7 +332,7 @@ func (s *Signup) executeSignupTransaction(ctx context.Context, username, passwor // if we get here, we've successfully created the account and added the email success = true - s.pages.Notice(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now + s.pages.NoticeHTML(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now login with %s.tngl.sh.`, username)) -- 2.51.2