Skip to content

Commit

Permalink
Fixed PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aktoboy committed Nov 30, 2023
1 parent bdb9b04 commit d0c2b41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Header() {

const handleLogOut = async () => {
storeAccessToken(null)
await api.logout().then(res => {
api.logout().then(res => {
if(res.logoutUrl){
window.location.href = res.logoutUrl
} else {
Expand Down

0 comments on commit d0c2b41

Please sign in to comment.