Skip to content

Commit

Permalink
Merge pull request #31708 from nextcloud/enh/noid/apptoken-maxlength
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Mar 25, 2022
2 parents c407bb9 + 7bcc183 commit 13b7dfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/settings/src/components/AuthTokenSetupDialogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Loading

0 comments on commit 13b7dfa

Please sign in to comment.