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:
parent
6511494f1c
commit
6f549b2615
1 changed files with 1 additions and 1 deletions
|
@ -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)'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue