Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Aug 7, 2024
1 parent dc9e018 commit c46e2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const ProtectedRoute = ({ children }) => {
if (!isAuthenticated) {
return (
<button
onClick={ () => signIn }
onClick={ signIn }
>
Sign In
</button>
Expand Down

0 comments on commit c46e2d6

Please sign in to comment.