From 257f9da538f2f231b54019fe52e86034ef513675 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Fri, 12 Dec 2025 09:31:03 +0000 Subject: [PATCH] appview/pages: add agreement to tos/privacy in signup Just legal CYA since we previously didn't have an explicit line stating agreement & linking to the terms anywhere. Signed-off-by: Anirudh Oppiliappan --- appview/pages/templates/user/signup.html | 3 +++ 1 file(s) changed, 3 insertion(s)(+), 0 deletion(s)(-) diff --git a/appview/pages/templates/user/signup.html b/appview/pages/templates/user/signup.html --- a/appview/pages/templates/user/signup.html +++ b/appview/pages/templates/user/signup.html @@ -54,6 +54,9 @@ Already have an AT Protocol account? Login to Tangled.

+

+ By signing up, you agree to our Terms of Service and Privacy Policy. +

-- tangled.sh