This PR updates the authenticationInProgress function in auth.duck to include confirmInProgress in the state check. This change ensures that if a confirmation process is in progress, it sets the inProgress flag in ConfirmSignupForm, displaying a spinner to inform the user that the request is ongoing.
Changes
Added confirmInProgress to the authenticationInProgress function to track the confirmation request state along with login, logout, and signup.
Note: compared to to PR #499, this just adds a changelog entry
Description
This PR updates the
authenticationInProgress
function inauth.duck
to includeconfirmInProgress
in the state check. This change ensures that if a confirmation process is in progress, it sets theinProgress
flag inConfirmSignupForm
, displaying a spinner to inform the user that the request is ongoing.Changes
confirmInProgress
to theauthenticationInProgress
function to track the confirmation request state along with login, logout, and signup.Note: compared to to PR #499, this just adds a changelog entry