remove maxlength on api key setting

This commit is contained in:
Rudis Muiznieks 2023-09-25 11:55:15 -05:00
parent 354f42d9c7
commit cfb6aac26d
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div class="form-group">
<label class="group-name" for="api_key"><?php echo _t('ext.kagiSummarizer.configure.api_key'); ?></label>
<div class="group-controls">
<input type="text" name="api_key" id="api_key" maxlength="1" value="<?php echo $kagi_api_key; ?>">
<input type="text" name="api_key" id="api_key" value="<?php echo $kagi_api_key; ?>">
</div>
</div>
<div class="form-group form-actions">