added admin login to frontend + obscurification for contact details

This commit is contained in:
2026-05-14 17:21:34 +02:00
parent 0102c89d81
commit 244dc076cb
13 changed files with 722 additions and 44 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod auth;
pub mod config;
pub mod contact;
pub mod posts;
pub mod upload;