about summary refs log tree commit diff
path: root/app/controllers/auth/passwords_controller.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-11-06 00:15:38 +0100
committerClaire <claire.github-309c@sitedethib.com>2021-11-06 00:15:38 +0100
commit4bb6b1a1e788abac7d1745e0f4eb72ad4d4ec110 (patch)
treea329d65c115e752c3be5c262ebf96f69cd13861a /app/controllers/auth/passwords_controller.rb
parente0f39626973fd9f5cce2d4cd3b166fb47e9c9059 (diff)
parent6da135a493cc039d92bb5925c2a1ef66025623bf (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/controllers/auth/passwords_controller.rb')
-rw-r--r--app/controllers/auth/passwords_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/auth/passwords_controller.rb b/app/controllers/auth/passwords_controller.rb
index 42534f8ce..609220eb1 100644
--- a/app/controllers/auth/passwords_controller.rb
+++ b/app/controllers/auth/passwords_controller.rb
@@ -11,7 +11,6 @@ class Auth::PasswordsController < Devise::PasswordsController
     super do |resource|
       if resource.errors.empty?
         resource.session_activations.destroy_all
-        resource.forget_me!
       end
     end
   end