edit operatorOnly on toggle change
This commit is contained in:
@@ -354,7 +354,10 @@ async fn edit_auto_invite(
|
||||
.await?;
|
||||
tx.commit().await?;
|
||||
|
||||
Ok(format!("Edit command script {}", &w_id))
|
||||
Ok(format!(
|
||||
"Edit auto-invite for workspace {} to {}",
|
||||
&w_id, domain
|
||||
))
|
||||
}
|
||||
|
||||
async fn list_workspaces_as_super_admin(
|
||||
|
||||
Reference in New Issue
Block a user