Skip to content

Commit

Permalink
Exec count 0
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Apr 9, 2019
1 parent d41c959 commit e1c5b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/offline_verify_user.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ common::Error OfflineVerifyUser::startVerificationImpl(const std::string& login,
#endif
user_info.SetFirstName(USER_FIRST_NAME);
user_info.SetLastName(USER_LAST_NAME);
user_info.SetExecCount(1);
user_info.SetExecCount(0);
*user_info_out = user_info;
return common::Error();
}
Expand Down

0 comments on commit e1c5b93

Please sign in to comment.