refactor: update authentication flow to use PIN instead of email/password, enhance OTP verification with NextAuth, and improve session handling in components

This commit is contained in:
2025-04-05 11:50:39 +05:00
parent ef9f032366
commit dbdc1df7d5
5 changed files with 67 additions and 57 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ export default withAuth(
);
export const config = {
matcher: ["/about/:path*", "/dashboard/:path*"],
matcher: ["/about/:path*", "/dashboard/:path*", "/devices/:path*"],
};