Skip to content

Commit

Permalink
[WIFI-13534] Fixed captive value
Browse files Browse the repository at this point in the history
Signed-off-by: Charles <[email protected]>
  • Loading branch information
BourqueCharles committed Jun 19, 2024
1 parent 10fb8f9 commit 4549684
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wlan-cloud-owprov-ui",
"version": "3.1.0(7)",
"version": "3.1.0(8)",
"description": "",
"main": "index.tsx",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const CaptiveForm = ({ isDisabled, namePrefix, onAuthModeChange, authMode }: Pro
<Text pt={1}>Captive Portal</Text>
<Select w="max-content" ml={2} value={authMode} onChange={onAuthModeChange} isDisabled={isDisabled}>
<option value="none">None</option>
<option value="click">Click</option>
<option value="click-to-continue">Click</option>
<option value="radius">Radius</option>
<option value="credentials">Credentials</option>
<option value="uam">UAM</option>
Expand Down

0 comments on commit 4549684

Please sign in to comment.