mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: cancel sftp mission
This commit is contained in:
@@ -291,9 +291,8 @@ class _ServerEditPageState extends State<ServerEditPage> with AfterLayoutMixin {
|
||||
pwd: authorization,
|
||||
pubKeyId: usePublicKey ? _keyInfo!.id : null,
|
||||
tags: _tags,
|
||||
alterUrl: _alterUrlController.text == ''
|
||||
? null
|
||||
: _alterUrlController.text,
|
||||
alterUrl:
|
||||
_alterUrlController.text == '' ? null : _alterUrlController.text,
|
||||
);
|
||||
|
||||
if (widget.spi == null) {
|
||||
|
||||
Reference in New Issue
Block a user