fix: set auth type

This commit is contained in:
Nathan 2025-04-20 10:53:21 +08:00
parent 2f5b494885
commit 2c5f41b580
12 changed files with 29 additions and 62 deletions

View file

@ -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(),