docs: remove extra 'if' in comment (#7914)

This commit is contained in:
Fatih Solhan
2023-06-30 22:00:28 +03:00
committed by GitHub
parent 3245c02eac
commit f779f05906

View File

@@ -173,7 +173,7 @@ export type WithAuthArgs =
/**
* Middleware that checks if the user is authenticated/authorized.
* 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.
* Otherwise, continue.
*
* @example