Remove social auth and stabilize email/password flow
This commit is contained in:
@@ -2,6 +2,6 @@ import { Elysia } from 'elysia';
|
||||
import { auth } from '../auth';
|
||||
|
||||
export const betterAuthRoutes = new Elysia()
|
||||
.all('/api/auth/*', async ({ request }) => {
|
||||
.all('/auth/*', async ({ request }) => {
|
||||
return auth.handler(request);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user