Skip to content

Commit d960dff

Browse files
authored
Merge pull request #45 from questdb/placeholder-changes
Update config placeholders
2 parents 8e87765 + aceb48e commit d960dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/selectors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ export const Components = {
1313
},
1414
Username: {
1515
label: 'Username',
16-
placeholder: 'Username',
16+
placeholder: 'admin',
1717
tooltip: 'QuestDB username',
1818
},
1919
Password: {
2020
label: 'Password',
21-
placeholder: 'Password',
21+
placeholder: 'quest',
2222
tooltip: 'QuestDB password',
2323
},
2424
TLSCACert: {

0 commit comments

Comments
 (0)