Summary:
Closes #602
Remove "Authentication Info" link at the top of the page
When the authentication type is not 0 (so either 1 or 2), display the associated auth type (API Key or HTTP Header) with a link to the authentication info link in the Register button
Expected behavior:
mdb-1636
Testing tips:
Provide tips, procedures and sample files on how to test the feature.
Testers are invited to follow the tips AND to try anything they deem relevant outside the bounds of the testing tips.
Please make sure these boxes are checked before submitting your pull request - thanks!
[ ] Run the unit tests with ./scripts/api-tests.sh to make sure you didn't break anything
[ ] Add or update any needed documentation to the repo
Summary: Closes #602 Remove "Authentication Info" link at the top of the page When the authentication type is not 0 (so either 1 or 2), display the associated auth type (API Key or HTTP Header) with a link to the authentication info link in the Register button
Expected behavior: mdb-1636
Testing tips:
Provide tips, procedures and sample files on how to test the feature. Testers are invited to follow the tips AND to try anything they deem relevant outside the bounds of the testing tips.
Please make sure these boxes are checked before submitting your pull request - thanks!
./scripts/api-tests.sh
to make sure you didn't break anything