Create management portal in Flutter #39
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
Scott E. Graves 2025-03-05 20:25:51 -06:00
parent c54838ad6f
commit 35a794106b

View File

@ -111,7 +111,7 @@ class _AddMountWidgetState extends State<AddMountWidget> {
'ApiPort',
value: mountTypeLower == 'sia' ? '9980' : null,
),
if (mountTypeLower == 'remote')
if (mountTypeLower == 'remote' || mountTypeLower == 'encrypt')
..._createTextField('EncryptionToken', 'EncryptionToken'),
],
);