feat: add React frontend with login, signup, dashboard pages and admin seeding support
This commit is contained in:
@@ -15,9 +15,6 @@ pub struct Model {
|
||||
#[sea_orm(column_type = "Text")]
|
||||
pub password_hash: String,
|
||||
|
||||
#[sea_orm(unique)]
|
||||
pub email: String,
|
||||
|
||||
/// Foreign key to roles table
|
||||
pub role_id: i32,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user