Skip to content

Commit 05dbc93

Browse files
committed
chore: Add default user/pass to tips
1 parent c75bfd8 commit 05dbc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ComposeWizard/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ export default function ComposeWizard() {
403403
{/* Quick Start Commands */}
404404
<div className={styles.quickStart}>
405405
<h4>Quick Start</h4>
406+
<p>Default username/password is: <strong>admin</strong>/<strong>admin</strong></p>
406407
<div className={styles.commandSteps}>
407408
<div className={styles.commandStep}>
408409
<span className={styles.stepNumber}>1</span>

0 commit comments

Comments
 (0)