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:
+1
-1
@@ -6,5 +6,5 @@ export default withAuth(
|
||||
);
|
||||
|
||||
export const config = {
|
||||
matcher: ["/about/:path*", "/dashboard/:path*"],
|
||||
matcher: ["/about/:path*", "/dashboard/:path*", "/devices/:path*"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user