mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
fix: set auth type
This commit is contained in:
parent
2f5b494885
commit
2c5f41b580
12 changed files with 29 additions and 62 deletions
|
@ -172,7 +172,6 @@ pub fn delete_all_then_insert_user_workspaces(
|
|||
) -> FlowyResult<()> {
|
||||
conn.immediate_transaction(|conn| {
|
||||
delete_user_all_workspace(uid, auth_type, conn)?;
|
||||
|
||||
info!(
|
||||
"Insert {} workspaces for user {} and auth type {:?}",
|
||||
user_workspaces.len(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue