Skip to content

Conversation

@lidarbtc
Copy link
Contributor

@lidarbtc lidarbtc commented Jan 8, 2026

Pull Request

Thank you for raising a Pull Request. Please follow the instruction.

  • I’ve read CONTRIBUTING.md and followed the guidelines.

Summary

Links (Issue References, etc, if there's any)

export const SIX_DIGITS_REGEX = /^\d{6}$/;

export const EMAIL_VERIFICATION_TIMER_SECONDS = 60 * 3;
export const EMAIL_VERIFICATION_TIMER_SECONDS = Number(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This cannot be guaranteed

Copy link
Contributor Author

@lidarbtc lidarbtc Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm considering either returning the expiration time from the backend API or manually setting it with env.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. since it doesn't often change. I'll hardcode this like the password minimum length.

@eldenpark eldenpark changed the base branch from main to develop January 13, 2026 03:25
@lidarbtc
Copy link
Contributor Author

@eldenpark QA done, merge ready.

@eldenpark eldenpark merged commit 7c776d1 into develop Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants