Skip to content
Snippets Groups Projects
Commit 58e830b7 authored by Katharina Renk's avatar Katharina Renk
Browse files

Fix logout versioning bug

See merge request !427
parent 0411caf4
Branches
Tags
2 merge requests!442Develop,!427Fix logout versioning bug
Pipeline #134132 failed
...@@ -5,6 +5,7 @@ artifacts/ ...@@ -5,6 +5,7 @@ artifacts/
# containerlab # containerlab
clab-gosdn*/ clab-gosdn*/
*clab.yml.bak *clab.yml.bak
dev_env_data/clab/*clab.yaml.bak
# non vimmers # non vimmers
.vscode/ .vscode/
......
...@@ -154,6 +154,7 @@ func (s AuthServer) handleLogout(ctx context.Context, userName string) error { ...@@ -154,6 +154,7 @@ func (s AuthServer) handleLogout(ctx context.Context, userName string) error {
Password: storedUser.GetPassword(), Password: storedUser.GetPassword(),
Token: " ", Token: " ",
Salt: storedUser.GetSalt(), Salt: storedUser.GetSalt(),
Metadata: storedUser.GetMetadata(),
}) })
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment