king
2024-07-01 866db6d8afa6980fd485570acda6b5fcebda4da3
src/components/header/index.jsx
@@ -109,6 +109,7 @@
      setTimeout(() => {
        sessionStorage.clear()
        this.props.history.replace('/login')
        window.location.reload()
      }, 2000)
    })
  }