feat: gacha roll, user auth

This commit is contained in:
Maulana Sodiqin
2025-03-18 14:13:53 +07:00
parent 0c28d34d57
commit 12043f027c
17 changed files with 174 additions and 86 deletions
+1
View File
@@ -6,4 +6,5 @@ pub struct UsersSchema {
pub email: String,
pub fullname: String,
pub password: String,
pub is_active: bool,
}