Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
update role extraction
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
  • Loading branch information
ianmuchyri committed Nov 24, 2023
1 parent 569ffa1 commit ffae6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/web/template/organizations.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h6 class="fw-semibold">
localStorage.setItem("organizationName", orgName);
localStorage.setItem("userName", '{{ .User.Name}}');
localStorage.setItem("userIdentity", '{{ .User.Credentials.Identity}}');
localStorage.setItem("userRole", '{{ .User.Metadata.role}}');
localStorage.setItem("userRole", '{{ .User.Role}}');
}
</script>
</body>
Expand Down

0 comments on commit ffae6ea

Please sign in to comment.