Closed cod3rshotout closed 2 years ago
You have to use boilerplate.emailverified
instead of verified
The middleware will redirect to boilerplate.verification.notice
instead of verification.notice
You have to use
boilerplate.emailverified
instead ofverified
The middleware will redirect to
boilerplate.verification.notice
instead ofverification.notice
Thanks, if you have time, I asked you a question some weeks ago on boilerplate-media-manager
If I use the
verified
middleware:I get:
The problem seems to be related to the boilerplate route file, in particular to this line:
So if I remove
boilerplate.
the error goes away but then I get:Could you please look into this?
Thanks in advance