We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d57c9 commit 795e495Copy full SHA for 795e495
apps/web/middleware.ts
@@ -47,7 +47,8 @@ export async function middleware(request: NextRequest) {
47
path.startsWith("/login") ||
48
path.startsWith("/invite") ||
49
path.startsWith("/self-hosting") ||
50
- path.startsWith("/terms")
+ path.startsWith("/terms") ||
51
+ path.startsWith("/verify-otp")
52
) &&
53
process.env.NODE_ENV !== "development"
54
)
0 commit comments