mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
fix previous
This commit is contained in:
parent
3cc02b0974
commit
ec533835e1
@ -456,7 +456,7 @@ include("head.inc");
|
||||
$(".auth_eap_tls").show();
|
||||
break;
|
||||
case 'pre_shared_key':
|
||||
if ($("#mobile") == undefined) {
|
||||
if ($("#mobile").val() == undefined) {
|
||||
$(".auth_psk").show();
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user