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 3245c02 commit f779f05Copy full SHA for f779f05
packages/next-auth/src/next/middleware.ts
@@ -173,7 +173,7 @@ export type WithAuthArgs =
173
174
/**
175
* Middleware that checks if the user is authenticated/authorized.
176
- * If if they aren't, they will be redirected to the login page.
+ * If they aren't, they will be redirected to the login page.
177
* Otherwise, continue.
178
*
179
* @example
0 commit comments