feat: introduce CourseEditorLayout and AppHeader, add organization domain migration, and update Docker configurations and auth scripts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
target
|
||||
**/*.rs.bk
|
||||
.env
|
||||
.env.*
|
||||
! .env.example
|
||||
@@ -101,6 +101,7 @@ pub async fn register(
|
||||
email: user.email,
|
||||
full_name: user.full_name,
|
||||
role: user.role,
|
||||
organization_id: user.organization_id,
|
||||
},
|
||||
token,
|
||||
}))
|
||||
@@ -129,6 +130,7 @@ pub async fn login(
|
||||
email: user.email,
|
||||
full_name: user.full_name,
|
||||
role: user.role,
|
||||
organization_id: user.organization_id,
|
||||
},
|
||||
token,
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user