Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ export const EMPTY_PLACEHOLDER_VALUE = "–";

export const MAX_DESCRIPTION_LENGTH = 500;

export const PHONE_NUMBER_REGEX = /^\+[0-9\s]+$/;
export const PHONE_NUMBER_REGEX = /^[+\d\s\-()/]+$/;

export const LOGGED_IN_COOKIE = "is_logged_in=true; path=/; max-age=6000; SameSite=Lax; Secure";
Loading