summaryrefslogtreecommitdiff
path: root/app/controllers/my
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-01 22:18:51 -0700
committermo khan <mo@mokhan.ca>2015-02-01 22:18:51 -0700
commit57d0fd8c27cb310b2411f380cc140279254e05fd (patch)
tree698a284095335614397eeaebbe3afe1091de973e /app/controllers/my
parent71ace699db1caba3bfc7049808a7a7fa1593fe27 (diff)
remove invocation of undefined method.
Diffstat (limited to 'app/controllers/my')
-rw-r--r--app/controllers/my/passwords_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/my/passwords_controller.rb b/app/controllers/my/passwords_controller.rb
index cba60771..795675c8 100644
--- a/app/controllers/my/passwords_controller.rb
+++ b/app/controllers/my/passwords_controller.rb
@@ -10,7 +10,6 @@ module My
def password_changed(user)
@user = user
- sign_in(@user, bypass: true) unless Rails.env.test?
flash[:notice] = t("my.passwords.updated")
render :index
end