Skip to content

Commit 2f60458

Browse files
fix: move password warning alert above credentials frame
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b28717b commit 2f60458

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/src/app/components/connections-list/hosted-database-success-dialog/hosted-database-success-dialog.component.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ <h1 mat-dialog-title>
4141
</p>
4242
}
4343

44+
<div class="hosted-dialog__warning">
45+
<mat-icon class="hosted-dialog__warning-icon">warning</mat-icon>
46+
<span>The generated password cannot be recovered from this screen later.</span>
47+
</div>
48+
4449
<div class="hosted-dialog__credentials ph-no-capture">
4550
<div class="hosted-dialog__row">
4651
<span class="hosted-dialog__label">Database</span>
@@ -63,11 +68,6 @@ <h1 mat-dialog-title>
6368
<code>{{ data.hostedDatabase.password }}</code>
6469
</div>
6570
</div>
66-
67-
<div class="hosted-dialog__warning">
68-
<mat-icon class="hosted-dialog__warning-icon">warning</mat-icon>
69-
<span>The generated password cannot be recovered from this screen later.</span>
70-
</div>
7171
</mat-dialog-content>
7272

7373
<mat-dialog-actions align="end" class="hosted-dialog__actions">

0 commit comments

Comments
 (0)