Skip to content

Commit f779f05

Browse files
authored
docs: remove extra 'if' in comment (#7914)
1 parent 3245c02 commit f779f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-auth/src/next/middleware.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export type WithAuthArgs =
173173

174174
/**
175175
* Middleware that checks if the user is authenticated/authorized.
176-
* If if they aren't, they will be redirected to the login page.
176+
* If they aren't, they will be redirected to the login page.
177177
* Otherwise, continue.
178178
*
179179
* @example

0 commit comments

Comments
 (0)