1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

api key custom id support

This commit is contained in:
Damodar Lohani 2021-07-21 11:48:28 +05:45
parent 9594945cb2
commit dd6b5b4fe0

View file

@ -154,6 +154,9 @@ $scopes = $this->getParam('scopes', []);
<input type="hidden" name="projectId" data-ls-bind="{{router.params.project}}" />
<label for="keyId">Id <span class="tooltip large" data-tooltip="Choose any name that will help you distinguish between your different API keys."><i class="icon-question"></i></span></label>
<input type="text" class="full-width" id="keyId" name="keyId" required autocomplete="off" maxlength="128" />
<label for="name">Name <span class="tooltip large" data-tooltip="Choose any name that will help you distinguish between your different API keys."><i class="icon-question"></i></span></label>
<input type="text" class="full-width" id="name" name="name" required autocomplete="off" maxlength="128" />