Skip to content

Commit

Permalink
Fix Web UI error message when host is offline
Browse files Browse the repository at this point in the history
This change was missed in #24829
when backporting to v11.

Closes #25648
  • Loading branch information
rosstimothy committed May 4, 2023
1 parent 2832cd2 commit 053365c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ func (t *TerminalHandler) issueSessionMFACerts(ctx context.Context, tc *client.T
NodeName: t.sessionData.ServerID,
Usage: authproto.UserCertsRequest_SSH,
Format: tc.CertificateFormat,
SSHLogin: t.sessionData.Login,
},
},
}); err != nil {
Expand Down

0 comments on commit 053365c

Please sign in to comment.