fix: privatekey update actually creates a new key (#541)

Fixes #540
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-16 21:00:34 +08:00
committed by GitHub
parent 7558b4806d
commit ef297673f3
9 changed files with 12 additions and 34 deletions

View File

@@ -2,7 +2,6 @@ import 'dart:async';
import 'package:fl_lib/fl_lib.dart';
import 'package:server_box/data/model/sftp/worker.dart';
import 'package:server_box/data/provider/base.dart';
class SftpProvider extends Provider {
const SftpProvider._();