Skip to content

Commit ef11223

Browse files
committed
fix(install): correct next page after installation completion
Change the next page reference from outputServerCredentialsPage to attestationOptInPage so the user is taken to the attestation opt-in screen instead of the server credentials page after finishing the installation.
1 parent e19ca51 commit ef11223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/commands/install/page_60_finished.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func NewFinishedPage(display *InstallDisplay) *FinishedPage {
2222

2323
finishedPage.initPage()
2424
finishedPage.page = tui.NewPage(
25-
display.outputServerCredentialsPage.GetPage(),
25+
display.attestationOptInPage.GetPage(),
2626
"install-finished",
2727
"Installation Complete",
2828
"Contributoor has been configured successfully",

0 commit comments

Comments
 (0)