fix: fix the issues caused by authifier migration
Signed-off-by: İspik <ispik@ispik.dev>
This commit is contained in:
@@ -37,7 +37,10 @@ pub async fn admin_account_delete(
|
||||
}
|
||||
}
|
||||
|
||||
db.delete_authifier_account(&target.id).await?;
|
||||
db.fetch_account(&target.id)
|
||||
.await?
|
||||
.mark_deleted(db)
|
||||
.await?;
|
||||
|
||||
create_audit_action(
|
||||
db,
|
||||
|
||||
Reference in New Issue
Block a user