1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Add SSID validation for bytes count

This commit is contained in:
Marek Sašek
2020-09-11 17:12:40 +02:00
parent 35b97ec0fe
commit 4d246540c1
4 changed files with 13 additions and 12 deletions

View File

@ -19,6 +19,9 @@ export const HWMODES = {
"11a": "5",
};
export const HELP_TEXTS = {
ssid: _(
`SSID which contains non-standard characters could cause problems on some devices.`
),
password: _(`
WPA2 pre-shared key, that is required to connect to the network.
`),