1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix puk setting in modemmanager interface

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-05-29 19:54:56 +02:00
parent 6511494f1c
commit 6f549b2615

View file

@ -77,7 +77,7 @@ return network.registerProtocol('modemmanager', {
o.datatype = 'and(uinteger,minlength(4),maxlength(8))';
o = s.taboption('general', form.Value, 'pukcode', _('PUK'));
o.datatype = 'and(uinteger,minlength(8),maxlength(8))';
o.datatype = "uinteger";
o = s.taboption('general', form.ListValue, 'auth', _('Authentication Type'));
o.value('both', _('PAP/CHAP (both)'));