diff --git a/contributors.yml b/contributors.yml index e419763c5..acda57871 100644 --- a/contributors.yml +++ b/contributors.yml @@ -23,3 +23,4 @@ - turansky - underager - vijaypushkin +- kantuni diff --git a/examples/auth/src/App.tsx b/examples/auth/src/App.tsx index 47e230ee2..ad277f632 100644 --- a/examples/auth/src/App.tsx +++ b/examples/auth/src/App.tsx @@ -136,7 +136,7 @@ function RequireAuth({ children }: { children: JSX.Element }) { // trying to go to when they were redirected. This allows us to send them // along to that page after they login, which is a nicer user experience // than dropping them off on the home page. - return ; + return ; } return children;