remove maxlength on api key setting
This commit is contained in:
parent
354f42d9c7
commit
cfb6aac26d
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue