Merge pull request #31708 from nextcloud/enh/noid/apptoken-maxlength

This commit is contained in:
Pytal 2022-03-25 11:03:14 -07:00 committed by GitHub
commit 13b7dfae6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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