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