Proposition: Use getRouteKey() on EmailVerificationRequest #47853
Unanswered
ignacio-dev
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would make sense if the
EmailVerificationRequest
class used$this->user->getRouteKey()
instead of$this->user->getKey()
on theauthorize
method.That way, the id would reflect changes made for that method, like when using hashids.
Any thoughts? Something like this:
The url made on the
VerifyEmail
notification would also have to be updated:Beta Was this translation helpful? Give feedback.
All reactions