feat: support SMTP via nodemailer (#17)
This commit is contained in:
@@ -1,6 +1 @@
|
||||
import { initAuth } from "./auth";
|
||||
import { authClient } from "./clients";
|
||||
|
||||
export const name = "auth";
|
||||
|
||||
export { initAuth, authClient };
|
||||
|
||||
1
packages/auth/src/server.ts
Normal file
1
packages/auth/src/server.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { initAuth } from "./auth";
|
||||
Reference in New Issue
Block a user