mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Set max length to app token field to match backend
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
a7e778b57f
commit
7bcc1830a2
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