diff options
author | xuegao <xg353y@intl.att.com> | 2020-06-03 16:18:03 +0200 |
---|---|---|
committer | Xue Gao <xg353y@intl.att.com> | 2020-06-04 10:48:20 +0000 |
commit | 715746fbd2bcb18193138d56df50b0d44da2681b (patch) | |
tree | ab533c51a966681f61fc29974e6cdd034d003bc6 /ui-react/src/__snapshots__/LoopUI.test.js.snap | |
parent | 76aba9965ffb62bc59f9c95ba61811448010f2cf (diff) |
Remove logout
Remove the logout option from UI.
Issue-ID: CLAMP-860
Change-Id: I711b8a7eaf523195f0534044efd3dd74c3f1e0be
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/src/__snapshots__/LoopUI.test.js.snap')
-rw-r--r-- | ui-react/src/__snapshots__/LoopUI.test.js.snap | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap index 958e77a99..2dfa48091 100644 --- a/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap @@ -76,10 +76,6 @@ exports[`Verify LoopUI Test the render method 1`] = ` path="/refreshStatus" render={[Function]} /> - <Route - path="/logout" - render={[Function]} - /> <GlobalStyleComponent /> <div> <Alert @@ -157,11 +153,6 @@ exports[`Verify LoopUI Test the render method 1`] = ` > testUser </Styled(Link)> - <Styled(Link) - to="/logout/" - > - (logout) - </Styled(Link)> </NavbarText> </Navbar> <styled.div> |