Set max length to app token field to match backend

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2022-03-25 09:42:00 +01:00
parent a7e778b57f
commit 7bcc1830a2
No known key found for this signature in database
GPG key ID: E055D6A4D513575C
3 changed files with 4 additions and 3 deletions

View file

@ -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