From da24bcbec4ab92f896e23474392afbd8e33da71e Mon Sep 17 00:00:00 2001 From: Piotr Gulbinowicz Date: Wed, 20 Nov 2024 16:54:38 +0100 Subject: [PATCH] add password reset inability warning --- pwa/flush/components.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwa/flush/components.go b/pwa/flush/components.go index 1bbe78f..188c228 100644 --- a/pwa/flush/components.go +++ b/pwa/flush/components.go @@ -71,6 +71,9 @@ func (r *RegisterContainer) Render() app.UI { "m-2 my-4", ), app.Br(), + app.P().Text("No way to reset password"), + app.P().Text("if you forget it."), + app.Br(), &buttonRegister{}, app.P().Text("").Class("text-red-500").ID("register-error"), ).Class(InviCss).ID("register-container"),