Skip to content

Commit 9f41db2

Browse files
chore: update the logout name
1 parent 36663f3 commit 9f41db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const YourComponent = () => {
7878
7979
return (
8080
<div>
81-
<button onClick={onLogout}>Logout</button>
81+
<button onClick={OAuth2Logout}>Logout</button>
8282
</div>
8383
);
8484
};

0 commit comments

Comments
 (0)