@etiennejourdier commented on this pull request.
> @@ -30,6 +30,7 @@ def confirm
user.email_valid = true
flash[:notice] = gravatar_status_message(user) if gravatar_enable(user)
user.save!
+ cookies.delete :_osm_anonymous_notes_count
I thought it would be more logical to put the deletion of the cookie on signup
here, after email validation. But as I don't have a mail server, I wasn't able
to test it. Could that be a problem?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5468#pullrequestreview-2545527677
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/5468/review/2545527...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev