feat: add register function

This commit is contained in:
DJMrTV 2025-05-07 22:57:50 +02:00
commit 33b0391ef3
5 changed files with 67 additions and 5 deletions

View file

@ -1,2 +1,3 @@
pub mod account;
pub mod auth_handler;
pub mod auth_handler;
pub mod user;