Merge pull request #347 from 21pages/ab_default_password

ab default password
This commit is contained in:
RustDesk
2025-09-04 16:11:53 +08:00
committed by GitHub

View File

@@ -87,6 +87,7 @@ message LoginRequest {
OSLogin os_login = 12;
string my_platform = 13;
bytes hwid = 14;
string salt = 17;
}
message Terminal {
@@ -328,6 +329,7 @@ message CursorPosition {
message Hash {
string salt = 1;
string challenge = 2;
bool support_controlling_salt = 3;
}
enum ClipboardFormat {