зеркало из https://github.com/mozilla/fxa.git
cec1f48366
Because: - We don't actually have to send the redirectTo URL to the password forgot end point - If we don't send this, the user just won't get redirected back to the RP and will see a success message instead. - The redirect only happens on the same tab anyways, so it's unlikely many users were experience flows where they were redirected. Therefore this change resolves a bug, and has low impact on our users. - When sending password forgot codes, we should only set the service option when the service is sync. This Commit: - Removes the redirectTo URL form the call to the password/forgot/send_code endpoint. - Only sets 'service' on the passwordForgotSendCode call when it's sync. - Fixes race conditions found in totp playwright page - Fixes warning about calling setIsLoading after components unloads (due to navigating away). |
||
---|---|---|
.. | ||
components | ||
avatar.png | ||
avatar.ts | ||
changePassword.ts | ||
deleteAccount.ts | ||
displayName.ts | ||
index.ts | ||
layout.ts | ||
recoveryKey.ts | ||
secondaryEmail.ts | ||
totp.ts |