forked from External/greenlight
GRN-56: Correctly implemented the account verification flow (#367)
* Correctly implemented the account verification flow * Fixed issues with redirect locations
This commit is contained in:
committed by
Jesus Federico
parent
5521402ee7
commit
c60e25f71c
@ -29,6 +29,7 @@ FactoryBot.define do
|
||||
password_confirmation { password }
|
||||
accepted_terms { true }
|
||||
email_verified { true }
|
||||
activated_at { Time.zone.now }
|
||||
end
|
||||
|
||||
factory :room do
|
||||
|
Reference in New Issue
Block a user