use contactRouter to access message on FooterNewsletter
Relates to
Implements: #10
Thoughts
Arguably it could be a 422 validation error, though this simple approach gets the job done.
Also this may not be the ideal type of UX looking at different newsletters, most share this flow
Message telling User to check their inbox (always) --> Approving the link on their inbox
Highlights
create-contact
return valid messagecontactRouter
to access message onFooterNewsletter
Relates to
Thoughts
Arguably it could be a 422 validation error, though this simple approach gets the job done.
Also this may not be the ideal type of UX looking at different newsletters, most share this flow Message telling User to check their inbox (always) --> Approving the link on their inbox
That being said, since in our case we are essentially creating Users, it may make sense to approach it in this style