Skip to content

Commit

Permalink
Enable modal for all users
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Jan 2, 2025
1 parent e658126 commit b1f1e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function Dashboard() {

},[])

const shouldShowWelcomeBackModal = window.IS_SAAS === "true" && window?.USER_NAME?.length > 0 && (window.USER_NAME.indexOf("@akto.io")>0) && (window?.USER_FULL_NAME?.length === 0 || (window?.USER_ROLE === 'ADMIN' && window?.ORGANIZATION_NAME?.length === 0))
const shouldShowWelcomeBackModal = window.IS_SAAS === "true" && window?.USER_NAME?.length > 0 && (window?.USER_FULL_NAME?.length === 0 || (window?.USER_ROLE === 'ADMIN' && window?.ORGANIZATION_NAME?.length === 0))

return (
<div className="dashboard">
Expand Down

0 comments on commit b1f1e16

Please sign in to comment.