Update api/ssh.go

Co-authored-by: Max <mx.furman@gmail.com>
This commit is contained in:
Mariano Cano
2024-07-11 12:35:39 -07:00
committed by GitHub
parent 955338a80d
commit ffbbdf6f04

View File

@@ -502,7 +502,7 @@ func SSHBastion(w http.ResponseWriter, r *http.Request) {
})
}
// identityModifier is a custom modifier used to force a fixed duration. and set
// identityModifier is a custom modifier used to force a fixed duration, and set
// the identity URI.
type identityModifier struct {
Identity *url.URL