Skip to content

Commit

Permalink
simplify code a bit more
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan and Pytal authored Sep 15, 2022
1 parent 89d069e commit f28da3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/settings/src/components/UserList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
class="modal__item"
name="username"
pattern="[a-zA-Z0-9 _\.@\-']+"
required>
</NcTextField>
required />
<NcTextField id="newdisplayname"
:value.sync="newUser.displayName"
:label="t('settings', 'Display name')"
Expand Down

0 comments on commit f28da3d

Please sign in to comment.