Skip to content

Commit 7619ca2

Browse files
CarlSchwanPytal
authored andcommitted
simplify code a bit more
Co-authored-by: Pytal <[email protected]> Signed-off-by: Carl Schwan <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent 89d069e commit 7619ca2

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

apps/settings/src/components/UserList.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
class="modal__item"
4343
name="username"
4444
pattern="[a-zA-Z0-9 _\.@\-']+"
45-
required>
46-
</NcTextField>
45+
required />
4746
<NcTextField id="newdisplayname"
4847
:value.sync="newUser.displayName"
4948
:label="t('settings', 'Display name')"

dist/settings-users-8351.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-users-8351.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)