Closed j4w8n closed 4 months ago
I'm not sure what's going on with the check-conventional-commits
check.
Yeah I'm not sure - any chance you can rebase and push a commit with feat:
or fix
? Not sure if the merge commit I made is messing with the check
Thanks for the PR btw :)
Yeah I'm not sure - any chance you can rebase and push a commit with
feat:
orfix
? Not sure if the merge commit I made is messing with the check
I'm sorry to say that I'm not familiar with that process. After a search, it seems you'd typically run the rebase command when on the branch, not main
: git rebase main
. But it gives me a merge conflict.
Perhaps the best option at this point is for me to close this PR and start fresh?
@j4w8n if you could do that it would be perfect. Feel free to tag me there - will approve ASAP.
Closing. Will recreate.
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
When resetting a user's password with an email template which has a URL defining the
type
value ofrecovery
and usingverifyOtp
in dev code to process thetoken_hash
andtype
, the SSR server client'sonAuthStateChange
function does not recognize thePASSWORD_RECOVERY
event thatverifyOtp
uses in this case. Therefore the new session does not get saved to storage and the user is not logged in, in order to reset their password.What is the new behavior?
User is logged in.
Additional context
Fixes #21