Skip to content

Commit

Permalink
Merge pull request #1884 from akto-api-security/hotfix/bug_in_welcome…
Browse files Browse the repository at this point in the history
…_back_details_modal

fixed a bug
  • Loading branch information
ankush-jain-akto authored Jan 2, 2025
2 parents ea1f09c + e658126 commit 27b5029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const WelcomeBackDetailsModal = ({ isAdmin }) => {
}

if (window.mixpanel) {
mixpanelUserProps = {
const mixpanelUserProps = {
"name": username,
"company": organization,
"$name": username,
Expand Down

0 comments on commit 27b5029

Please sign in to comment.