sharetribe / web-template

Sharetribe Web Template - starting point to create a client app to your marketplace
Other
31 stars 136 forks source link

ConfirmSignupForm: show spinner #504

Closed Gnito closed 4 days ago

Gnito commented 4 days ago

Description

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

Note: compared to to PR #499, this just adds a changelog entry