Skip to content

feat: deactivate and logout company users #3757

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

jesusantguerrero
Copy link
Collaborator

General Description

Please include a summary of the changes and the related issue. Highlight key points of the PR, any relevant information, and reasons for making the change.

Related Issue

A link to the ticket or issue that this PR is related to.(if applicable)

Checklist

A checklist of things that should be done before merging this PR. Linked to the ticket or issue that this PR is related to.(if applicable)

  • I have performed a self-review of my code.
  • I have added tests to cover my changes.
  • I have updated the documentation (if needed).
  • My changes generate no new warnings.
  • My changes do not break any existing tests.

Screenshots (if applicable)

Provide screenshots of impactful changes you have made so that the reviewer can quickly understand the changes.

@jesusantguerrero jesusantguerrero force-pushed the feat/deactivate-company-users branch 2 times, most recently from bd7bc1c to 2e18de7 Compare April 16, 2025 15:11
@@ -41,4 +58,17 @@ public function execute(): Companies

return $this->companies;
}

public function deactivateUser(Users $user, Apps $app)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jesusantguerrero return type

@jesusantguerrero jesusantguerrero force-pushed the feat/deactivate-company-users branch from 2e18de7 to 9d31792 Compare April 16, 2025 15:27
@jesusantguerrero jesusantguerrero merged commit 1519ef0 into development Apr 16, 2025
6 checks passed
@kaioken kaioken deleted the feat/deactivate-company-users branch April 21, 2025 14:19
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.

2 participants