feat: generate new account & profile editor
This commit is contained in:
parent
3f031da748
commit
78629dd64f
33 changed files with 535 additions and 142 deletions
|
|
@ -24,3 +24,4 @@ export const PICTURE_EVENT_KIND = 20
|
|||
export const COMMENT_EVENT_KIND = 1111
|
||||
|
||||
export const URL_REGEX = /(https?:\/\/[^\s"']+)/g
|
||||
export const EMAIL_REGEX = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue