This is an automated email from the ASF dual-hosted git repository.

likeguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e5b6047 Logout when update password success (#234)
3e5b6047 is described below

commit 3e5b6047708616efd3611bd2f65d32672df7b78b
Author: Liming Deng <[email protected]>
AuthorDate: Wed Aug 31 16:37:38 2022 +0800

    Logout when update password success (#234)
---
 src/components/GlobalHeader/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/GlobalHeader/index.js 
b/src/components/GlobalHeader/index.js
index 7cd1d84c..bafca5d7 100644
--- a/src/components/GlobalHeader/index.js
+++ b/src/components/GlobalHeader/index.js
@@ -156,6 +156,7 @@ class GlobalHeader extends PureComponent {
                   callback: () => {
                     this.setState({ visible: false });
                     resetFields();
+                    onLogout();
                   }
                 });
               }

Reply via email to