Skip to content

Commit

Permalink
Repositories: Make username optional
Browse files Browse the repository at this point in the history
Signed-off-by: Valentijn Scholten <[email protected]>
  • Loading branch information
valentijnscholten committed Jan 4, 2025
1 parent 7027646 commit ec937c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/views/administration/repositories/Repositories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export default {
id="username" :label="$t('admin.username')"
input-group-size="mb-3"
v-model="username"
rules="required"
v-show="authenticationRequired"
v-debounce:750ms="updateRepository" :debounce-events="'keyup'"/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
:label="$t('admin.username')"
input-group-size="mb-3"
v-model="username"
rules="required"
v-show="repository_authentication"
/>

Expand Down

0 comments on commit ec937c6

Please sign in to comment.