Skip to content

Commit

Permalink
removed encrypt coms field temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
zlshames committed Feb 16, 2023
1 parent 148410b commit 05c8604
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const ConnectionSettings = (): JSX.Element => {
<AccordionIcon />
</AccordionButton>
<AccordionPanel pb={4}>
<EncryptCommunicationsField />
<Box m={15} />
{/* <EncryptCommunicationsField />
<Box m={15} /> */}
{(proxyService === 'dynamic-dns') ? (<UseHttpsField />) : null}
</AccordionPanel>
</AccordionItem>
Expand Down

0 comments on commit 05c8604

Please sign in to comment.