fix: use @keivusal/auth module
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import './routes/index.ts';
|
||||
import { app } from './app.ts';
|
||||
import { useConfig } from '@abearxiong/use-config';
|
||||
import { createAuthRoute } from '@abearxiong/auth';
|
||||
import { createAuthRoute } from '@kevisual/auth';
|
||||
const config = useConfig<{ tokenSecret: string }>();
|
||||
|
||||
createAuthRoute({
|
||||
|
||||
Reference in New Issue
Block a user