Revert "ab default password"

This reverts commit f9e903b762.
This commit is contained in:
21pages
2025-09-04 18:26:50 +08:00
parent 3dbe437a8c
commit 44e8a46e94

View File

@@ -87,7 +87,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 salt = 17;
} }
message Terminal { message Terminal {
@@ -329,7 +328,6 @@ message CursorPosition {
message Hash { message Hash {
string salt = 1; string salt = 1;
string challenge = 2; string challenge = 2;
bool support_controlling_salt = 3;
} }
enum ClipboardFormat { enum ClipboardFormat {