From a57e0b2b57e300b62046f293f9ed76cf4d2cafb9 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 20 Mar 2023 15:45:57 +0100 Subject: [PATCH] coming soon hint --- apps/web/components/login.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/web/components/login.tsx b/apps/web/components/login.tsx index c8deb1eee..4f41a7d9b 100644 --- a/apps/web/components/login.tsx +++ b/apps/web/components/login.tsx @@ -159,7 +159,17 @@ export default function Login(props: any) { Create a new Account

- ) : null} + ) : ( +

+ Like Documenso{" "} + + Hosted Documenso will be availible soon™ + +

+ )}