Skip to content

Commit

Permalink
Fix Web UI error message when host is offline (#25661)
Browse files Browse the repository at this point in the history
This change was missed in #25430
when backporting to v12.

Closes #25648
  • Loading branch information
rosstimothy committed May 8, 2023
1 parent 6ac7a42 commit c6bd7a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/terminal.go
Expand Up @@ -532,6 +532,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 c6bd7a0

Please sign in to comment.