From 882467868207d13fd84c5d523bd3ab6034e40ca0 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Fri, 8 Nov 2019 21:23:04 +0530 Subject: [PATCH] Homepage now says welcome guest instead of anonymouseUser --- chatto/src/main/resources/templates/home.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chatto/src/main/resources/templates/home.html b/chatto/src/main/resources/templates/home.html index b9be004..038b4a6 100644 --- a/chatto/src/main/resources/templates/home.html +++ b/chatto/src/main/resources/templates/home.html @@ -35,7 +35,12 @@
--> - Welcome nova + +
+

Welcome guest +

+

+

Chatto is a minimal, end to end encrypted chat application.

Get Started