mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
feat & fix
- support openwrt - save server info failed if connect error - support ssh 'none' auth
This commit is contained in:
@@ -790,11 +790,11 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Please enter password.`
|
||||
String get plzEnterPwd {
|
||||
/// `Are you sure to use no password?`
|
||||
String get sureNoPwd {
|
||||
return Intl.message(
|
||||
'Please enter password.',
|
||||
name: 'plzEnterPwd',
|
||||
'Are you sure to use no password?',
|
||||
name: 'sureNoPwd',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user