From 159b239aa2964f6c07438638b967746354376b2e Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 11 Dec 2023 11:24:37 +0000 Subject: implement log-in --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 6cc4b51..de0edc9 100644 --- a/TODO.md +++ b/TODO.md @@ -3,3 +3,5 @@ - [ ] refactor into different files - [ ] archive pin web sources - [ ] salt hashes +- [ ] proper error handling with custom error type that implements response error, use actix::Result on http handlers +- [ ] css styling -- cgit