Skip to content

Commit

Permalink
fix(recovery): display sending text when waiting on initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Mar 17, 2022
1 parent 654e4cc commit 5b29959
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default ({
color='blue'
type='submit'
disabled={!isValidInput() || isInitializingRecoveryLink}
sending={isInitializingRecoveryLink}
trackingId='SR Click submit button'
data-test-id="submitSelectedRecoveryOption"
>
Expand Down

0 comments on commit 5b29959

Please sign in to comment.