feat(auth): update login routes and add WxWork login callback handling

This commit is contained in:
mlogclub
2026-04-24 11:35:29 +08:00
parent 5fa30d29ef
commit 7889ecb0d2
8 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default function HomePage() {
<Link href="/dashboard">
</Link>
<Link href="/login">
<Link href="/dashboard/login">
</Link>
</div>