remove confusion

This commit is contained in:
rustdesk
2022-05-13 18:10:32 +08:00
parent 0d9d00baba
commit d564b90541
11 changed files with 10 additions and 10 deletions

View File

@@ -1030,7 +1030,7 @@ async fn check_id(
return "Too frequent";
}
register_pk_response::Result::NOT_SUPPORT => {
return "This function is turned off by the server";
return "server_not_support";
}
register_pk_response::Result::INVALID_ID_FORMAT => {
return INVALID_FORMAT;