feat: add email sign up
This commit is contained in:
2
src/utils/index.ts
Normal file
2
src/utils/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./ionic-helper";
|
||||
export * from "./pattern";
|
||||
1
src/utils/ionic-helper.ts
Normal file
1
src/utils/ionic-helper.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type PageInstance = InstanceType<typeof import("@ionic/vue").IonPage>;
|
||||
1
src/utils/pattern.ts
Normal file
1
src/utils/pattern.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const emailPattern = /^[^\s@]+@[^\s@][^\s.@]*\.[^\s@]+$/;
|
||||
Reference in New Issue
Block a user