Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Implement user deletion #952

Merged
merged 2 commits into from
Feb 5, 2025
Merged

chore: Implement user deletion #952

merged 2 commits into from
Feb 5, 2025

Conversation

gtema
Copy link
Owner

@gtema gtema commented Feb 3, 2025

address user deletion.

address user deletion.
@@ -170,6 +191,14 @@
self.sync_table_data()?;
}
self.set_loading(false);
} else if let IdentityUserApiRequest::Delete(del) = *req {
if let IdentityUserDelete { id, .. } = *del {

Check warning

Code scanning / clippy

irrefutable if let pattern Warning

irrefutable if let pattern
@@ -170,6 +191,14 @@
self.sync_table_data()?;
}
self.set_loading(false);
} else if let IdentityUserApiRequest::Delete(del) = *req {
if let IdentityUserDelete { id, .. } = *del {

Check warning

Code scanning / clippy

irrefutable if let pattern Warning

irrefutable if let pattern
@gtema gtema merged commit 078824a into main Feb 5, 2025
15 checks passed
@gtema-release-plz gtema-release-plz bot mentioned this pull request Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant