mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
- Added Site settings > Authentication section - Create/edit/delete your custom oauth2 configurations - Login or signup with oauth2
2 lines
111 B
TypeScript
2 lines
111 B
TypeScript
export const EMAIL_REGEX = /(.+)@(.+){2,}\.(.+){2,}/;
|
|
export const URL_REGEX = /^(ftp|http|https):\/\/[^ "]+$/; |