Skip to content

Commit

Permalink
Merge pull request #85 from dougbeal/fix-no-clear-syndication-on-logout
Browse files Browse the repository at this point in the history
clear localStorage syndicateTo on logout.
  • Loading branch information
keithjgrant authored Nov 9, 2022
2 parents 02f8828 + 1210f32 commit 7fe5a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function logout() {
'authEndpoint',
'tokenEndpoint',
'micropubEndpoint',
'syndicateTo',
];
items.map(item => localStorage.removeItem(item));
}
Expand Down

0 comments on commit 7fe5a35

Please sign in to comment.