mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #31708 from nextcloud/enh/noid/apptoken-maxlength
This commit is contained in:
commit
13b7dfae6a
3 changed files with 4 additions and 3 deletions
|
|
@ -23,6 +23,7 @@
|
|||
<div v-if="!adding">
|
||||
<input v-model="deviceName"
|
||||
type="text"
|
||||
:maxlength="120"
|
||||
:disabled="loading"
|
||||
:placeholder="t('settings', 'App name')"
|
||||
@keydown.enter="submit">
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue