diff options
author | Vitaly Takmazov | 2022-11-04 22:10:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 2c2f2527b37afe5194d7a6c09de712c2cb9da00e (patch) | |
tree | 0edbe15668e38435454116e035230627413c552e /vnext/src | |
parent | 33f6506425b6d81dd9c6dd5e159e52ab9f2d4df1 (diff) |
Temporary remove state from Login page
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index 3bac74d2..55d85edc 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -139,7 +139,7 @@ export default function App({ footer }) { <span className="desktop">Settings</span> </Link> </> : - <Link to={{ pathname: '/login', state: { retpath: window.location.pathname } }}> + <Link to={{ pathname: '/login'}}> <Icon name="ei-user" size="s" /> <span className="desktop">Login</span> </Link> |