mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: support-OAuth-login (#4899)
* feat: support-OAuth-login * fix: modified ubuntu version and devtool * fix: ts lint error
This commit is contained in:
@ -695,6 +695,7 @@ impl UserManager {
|
||||
|
||||
save_user_workspaces(uid, self.db_connection(uid)?, response.user_workspaces())?;
|
||||
event!(tracing::Level::INFO, "Save new user profile to disk");
|
||||
|
||||
self.authenticate_user.set_session(Some(session.clone()))?;
|
||||
self
|
||||
.save_user(uid, (user_profile, authenticator.clone()).into())
|
||||
|
Reference in New Issue
Block a user