forked from External/greenlight
Fixed issue causing account verify to throw 404 (#1987)
This commit is contained in:
@ -371,7 +371,7 @@ class RoomsController < ApplicationController
|
||||
end
|
||||
|
||||
def validate_verified_email
|
||||
redirect_to account_activation_path(current_user) if current_user && !current_user&.activated?
|
||||
redirect_to account_activation_path(digest: current_user.activation_digest) if current_user && !current_user&.activated?
|
||||
end
|
||||
|
||||
def verify_room_owner_verified
|
||||
|
Reference in New Issue
Block a user