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

fix(user): delete confirmation with manual #260

Merged
merged 2 commits into from
Mar 15, 2021
Merged

Conversation

WikiRik
Copy link
Member

@WikiRik WikiRik commented Mar 15, 2021

When you manually confirm a user, the MailConfirmation object is still present. This would trigger the cron job and in 2 days the manually confirmed user would still be deleted. This fixes that.

@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #260 (3e0a3c3) into master (3776217) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #260   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           42        42           
  Lines         1337      1339    +2     
  Branches       211       211           
=========================================
+ Hits          1337      1339    +2     
Impacted Files Coverage Δ
middlewares/members.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cebd2d8...3e0a3c3. Read the comment docs.

@WikiRik WikiRik merged commit 3284f8b into master Mar 15, 2021
serge1peshcoff pushed a commit that referenced this pull request Mar 15, 2021
## [1.32.1](1.32.0...1.32.1) (2021-03-15)

### Bug Fixes

* **user:** delete confirmation with manual ([#260](#260)) ([3284f8b](3284f8b))
@serge1peshcoff
Copy link
Member

🎉 This PR is included in version 1.32.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants