Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .env sample, Landing page UI, Signup page UI changed #17

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

nil2022
Copy link
Owner

@nil2022 nil2022 commented May 12, 2024

No description provided.

Copy link

vercel bot commented May 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
crm-app-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 7:39am

{...register('email', {
required: true,
validate: (value) => {
return /^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,3})+$/.test(value)

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'a' and containing many repetitions of 'a'.
{...register('email', {
required: true,
validate: (value) => {
return /^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,3})+$/.test(value)

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'a@a' and containing many repetitions of 'a'.
@nil2022 nil2022 merged commit 21221e9 into main May 13, 2024
4 of 5 checks passed
@nil2022 nil2022 deleted the dev branch May 13, 2024 07:41
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.

1 participant