Skip to content

Commit

Permalink
[HAWNG-660] Add information that http is not encrypted (...) (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek authored Jul 15, 2024
1 parent 736cce6 commit daa5174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const ConnectionModal: React.FunctionComponent<{
<Switch
id='connection-form-scheme'
label='HTTPS'
labelOff='HTTP'
labelOff='HTTP (not encrypted)'
isChecked={connection.scheme === 'https'}
onChange={(_event, https) => setConnection({ ...connection, scheme: https ? 'https' : 'http' })}
/>
Expand Down

0 comments on commit daa5174

Please sign in to comment.