Skip to content

Commit

Permalink
Update app/pages/Auth/AuthPage.presenter/AuthPage.presenter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzman authored May 8, 2024
1 parent 60c7c90 commit e3ece10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/pages/Auth/AuthPage.presenter/AuthPage.presenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const untilFullServiceRuns = async (enqueueSnackbar, closeSnackbar) => {
// full-service to be ready for normal operation.
if (estr.includes('Resync in progress')) {
i = 0;
// rightmost 14 characters of response from full-service is (%xx complete)
const msg = `Wallet DB being upgraded, please standby ${estr.slice(-14)}`;
const key = enqueueSnackbar(msg, { persist: true, variant: 'warning' });
await new Promise((resolve) => setTimeout(resolve, 30000));
Expand Down

0 comments on commit e3ece10

Please sign in to comment.