Fix misprints.
GitOrigin-RevId: 74637920537fd9a03a79e8cf783e51a1b910551c
This commit is contained in:
parent
7776513651
commit
db927675bc
@ -929,7 +929,7 @@ void SecureManager::on_get_passport_authorization_form(
|
|||||||
auto authorization_form = r_authorization_form.move_as_ok();
|
auto authorization_form = r_authorization_form.move_as_ok();
|
||||||
LOG(INFO) << "Receive " << to_string(authorization_form);
|
LOG(INFO) << "Receive " << to_string(authorization_form);
|
||||||
G()->td().get_actor_unsafe()->contacts_manager_->on_get_users(std::move(authorization_form->users_),
|
G()->td().get_actor_unsafe()->contacts_manager_->on_get_users(std::move(authorization_form->users_),
|
||||||
"on_get_passport_authoriation_form");
|
"on_get_passport_authorization_form");
|
||||||
|
|
||||||
vector<vector<SuitableSecureValue>> required_types;
|
vector<vector<SuitableSecureValue>> required_types;
|
||||||
std::map<SecureValueType, SuitableSecureValue> all_types;
|
std::map<SecureValueType, SuitableSecureValue> all_types;
|
||||||
|
@ -3598,7 +3598,7 @@ void Td::on_connection_state_changed(StateManager::State new_state) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Td::on_authorization_lost() {
|
void Td::on_authorization_lost() {
|
||||||
LOG(WARNING) << "Lost authoriation";
|
LOG(WARNING) << "Lost authorization";
|
||||||
send_closure(auth_manager_actor_, &AuthManager::on_authorization_lost);
|
send_closure(auth_manager_actor_, &AuthManager::on_authorization_lost);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user