You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add resend-verification command for expired codes
Added new 'flb resend-verification' command to request a new verification
code if the original expires or is lost.
Features:
- Interactive prompt for email or use -e flag
- Supports --host parameter for self-hosted instances
- Clear instructions on what to do after resending
- Proper error handling for all response formats
Usage:
flb resend-verification -e email@example.com
flb resend-verification -e email@example.com --host http://localhost:8000
This solves the problem of users being stuck if their verification code
expires (1 hour expiration).
0 commit comments