about summary refs log tree commit diff
path: root/app/models/user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index b996c9dbe..1b5e2eea4 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -298,7 +298,7 @@ class User < ApplicationRecord
   end
 
   def send_confirmation_instructions
-    unless user_might_not_be_a_spam_bot
+    unless approved? || user_might_not_be_a_spam_bot
       invite_request&.destroy
       account&.destroy
       destroy