Skip to content

Commit

Permalink
Merge pull request #1271 from akto-api-security/hotfix/remove_invite_…
Browse files Browse the repository at this point in the history
…user_for_local

Disabling invite user for local deploy
  • Loading branch information
aktoboy authored Jul 12, 2024
2 parents 34929cd + 27f0943 commit 9dfec7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Users = () => {
setLoading(false)
};

const isLocalDeploy = false;
const isLocalDeploy = func.checkLocal();

const toggleInviteUserModal = () => {
setInviteUser({
Expand Down

0 comments on commit 9dfec7a

Please sign in to comment.