feat: account deletion in settings + privacy policy with deletion link

This commit is contained in:
2026-07-17 15:47:29 -04:00
parent e79505d8b4
commit aa0af5db4f
49 changed files with 1152 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false