Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Körtge <[email protected]>
  • Loading branch information
n1ckl0sk0rtge committed Nov 20, 2024
1 parent 6de8642 commit d4ab405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/home/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
<cv-text-input
class="filter-input"
label="Username"
placeholder="Leave black if you use an Access Token (PAT)"
placeholder="If using an access Token (PAT), leave blank"
v-model="username"
/>
<cv-text-input
type="password"
class="filter-input"
label="Password / Access Token (PAT)"
placeholder="The password for the username or an Access Token (PAT) to authenticate"
placeholder="The password for the user or anccess token (PAT) for authentication"
v-model="passwordOrPAT"
/>
</cv-tab>
Expand Down

0 comments on commit d4ab405

Please sign in to comment.