File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 11import { ControllerClass } from "../../../abstract/controller" ;
22import { Rename } from "./rename" ;
33import { SendMessage } from "./binding/platform/phone/SendMessage" ;
4+ import { SendMessage as SendEmail } from "./binding/platform/email/SendMessage" ;
45import { BindingPhone } from "./binding/platform/phone/Binding" ;
56import { DeleteAccountValidate } from "./deleteAccount/Validate" ;
67import { DeleteAccount } from "./deleteAccount" ;
@@ -14,6 +15,7 @@ import { RemoveBinding } from "./binding/Remove";
1415import { BindingAgora } from "./binding/platform/agora/Binding" ;
1516import { BindingGithub } from "./binding/platform/github/Binding" ;
1617import { BindingGoogle } from "./binding/platform/google/Binding" ;
18+ import { BindingEmail } from "./binding/platform/email/Binding" ;
1719
1820export const userRouters : Readonly < Array < ControllerClass < any , any > > > = Object . freeze ( [
1921 Rename ,
@@ -24,6 +26,8 @@ export const userRouters: Readonly<Array<ControllerClass<any, any>>> = Object.fr
2426 BindingGithub ,
2527 BindingAgora ,
2628 BindingGoogle ,
29+ BindingEmail ,
30+ SendEmail ,
2731 SetAuthUUID ,
2832 BindingProcess ,
2933 BindingList ,
You can’t perform that action at this time.
0 commit comments