Update adi-registration.properties#121
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request updates the adi-registration.properties file by adding a new registration token. Feedback indicates that the file should only contain a single entry formatted with a registrationCode= prefix, and the new token should replace the existing one to ensure proper verification.
| @@ -1 +1,2 @@ | |||
| DPAW2Z2OZAAACAAAAAAAAAAAAA | |||
| C7TG5QWJLDBGGAAAAAAAAAAAAA | |||
There was a problem hiding this comment.
The adi-registration.properties file should contain only a single registration entry in the format registrationCode=VALUE. Adding this new token as a second line instead of replacing the existing one may cause the verification system to ignore the update. Please ensure this is the only line in the file and includes the registrationCode= prefix.
registrationCode=C7TG5QWJLDBGGAAAAAAAAAAAAA
No description provided.