mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 03:38:22 +00:00
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
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m26s
This commit is contained in:
@ -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