Skip to content

Commit

Permalink
fix: improve message on expired session
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Feb 6, 2025
1 parent ea0c654 commit 0db6364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/notifications/warnings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export const WARNING_MESSAGES: Record<WARNING, string> = {
[WARNING.INVALID_DEPOSIT_AMOUNT]: 'Invalid deposit amount.',
[WARNING.INVALID_WITHDRAW_AMOUNT]: 'Invalid withdraw amount.',
[WARNING.INVALID_WALLET_ADDRESS]: 'Invalid wallet address.',
[WARNING.BUNDLER_UNAVAILABLE]: 'Session expired. Login again.',
[WARNING.BUNDLER_UNAVAILABLE]: 'Session expired. Please login again.',
};

0 comments on commit 0db6364

Please sign in to comment.