refactor: update authentication flow to use PIN instead of email/password, enhance OTP verification with NextAuth, and improve session handling in components
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m26s

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

View File

@ -6,5 +6,5 @@ export default withAuth(
);
export const config = {
matcher: ["/about/:path*", "/dashboard/:path*"],
matcher: ["/about/:path*", "/dashboard/:path*", "/devices/:path*"],
};