mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-31 15:08:53 +02:00
Sessions (#162)
This commit is contained in:
parent
1d7bcddf1b
commit
5c991d7011
83 changed files with 2463 additions and 1178 deletions
|
@ -1 +1,4 @@
|
|||
export const requiredString = (value: string) => !!value.trim();
|
||||
|
||||
export const validEmail = (value: string) =>
|
||||
/^[^@\s]+@[^@\s]+\.[^@\s]+$/.test(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue