Merge pull request #82 from fufesou/feat/remote_printer_2

Remove  in login request.
This commit is contained in:
RustDesk
2025-03-25 13:46:05 +08:00
committed by GitHub

View File

@@ -86,7 +86,6 @@ message LoginRequest {
OSLogin os_login = 12; OSLogin os_login = 12;
string my_platform = 13; string my_platform = 13;
bytes hwid = 14; bytes hwid = 14;
string platform_additions = 16;
} }
message Auth2FA { message Auth2FA {