fix: fix login bugs

This commit is contained in:
2025-05-23 00:08:27 +08:00
parent b934687314
commit 262ef1d118
6 changed files with 56 additions and 15 deletions

View File

@@ -18,7 +18,6 @@ export const addAuth = (app: App) => {
.route({
path: 'auth',
id: 'auth',
isDebug: true,
})
.define(async (ctx) => {
const token = ctx.query.token;