From be0d8f75944a6bbee9ab366942c4f33744fea9b5 Mon Sep 17 00:00:00 2001 From: James Espinosa Date: Wed, 4 Dec 2013 00:59:00 -0600 Subject: [PATCH] Remove unnecessary comment --- app/controllers/password_resets_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/password_resets_controller.rb b/app/controllers/password_resets_controller.rb index 1493f99..792a226 100644 --- a/app/controllers/password_resets_controller.rb +++ b/app/controllers/password_resets_controller.rb @@ -6,7 +6,6 @@ class PasswordResetsController < ApplicationController if token && is_valid?(token) flash[:success] = "Password reset token confirmed! Please create a new password." - #redirect_to :reset_password else flash[:error] = "Invalid password reset token. Please try again." redirect_to :login