Skip to content

Commit

Permalink
chore: update the logout name
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Sep 23, 2024
1 parent 36663f3 commit 9f41db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const YourComponent = () => {
return (
<div>
<button onClick={onLogout}>Logout</button>
<button onClick={OAuth2Logout}>Logout</button>
</div>
);
};
Expand Down

0 comments on commit 9f41db2

Please sign in to comment.