Create management portal in Flutter #39
This commit is contained in:
parent
35a794106b
commit
6e42899dd3
@ -111,7 +111,7 @@ class _AddMountWidgetState extends State<AddMountWidget> {
|
||||
'ApiPort',
|
||||
value: mountTypeLower == 'sia' ? '9980' : null,
|
||||
),
|
||||
if (mountTypeLower == 'remote' || mountTypeLower == 'encrypt')
|
||||
if (mountTypeLower == 'encrypt' || mountTypeLower == 'remote')
|
||||
..._createTextField('EncryptionToken', 'EncryptionToken'),
|
||||
],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user