Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to connect to password-less WiFi network #136

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

luandro
Copy link

@luandro luandro commented Mar 14, 2023

Currently there's an error when trying to connect to a network that isn't protected, this PR fixes that.

|| $t('components.wifi.connect.invalid_password_length')]"
:label="$t('general.password')"
type="password"
:disable="isWifiStatus"
:disable="isWifiStatus || wifiConnection?.value?.conn_type === 'NONE'"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't working, any idea why @Maggie0002?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may not need the .value component, that's usually only when referring to ref in typescript rather than Vue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants