nxtgauge-backend-rust/apps/users/src
Tracewebstudio Dev 3432d67cc4 fix(auth): remove phone from INSERT and User struct since column doesn't exist
- Remove phone from INSERT INTO users (users table has no phone column)
- Remove phone from User struct and CreateUserPayload
- Return null for phone in API responses
- Keep phone field in RegisterPayload for backward compat (just not persisted)
2026-04-13 20:15:32 +02:00
..
handlers fix(auth): remove phone from INSERT and User struct since column doesn't exist 2026-04-13 20:15:32 +02:00
mail.rs feat(phase1): wire email notifications, shared email crate, AppState for services 2026-04-02 01:42:48 +02:00
main.rs feat(emails): complete email system with 35 branded templates and full wiring 2026-04-10 04:49:39 +02:00