Skip to content

Commit

Permalink
Update lib/client/sso/ceremony.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Parra <[email protected]>
  • Loading branch information
Joerger and codingllama authored Oct 29, 2024
1 parent 589abd6 commit 502c958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client/sso/ceremony.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func (m *MFACeremony) Close() {
}

// NewCLIMFACeremony creates a new CLI SSO ceremony from the given redirector.
// The returned MFACeremony takes ownership of the Redirector.
func NewCLIMFACeremony(rd *Redirector) *MFACeremony {
return &MFACeremony{
clientCallbackURL: rd.ClientCallbackURL,
Expand Down

0 comments on commit 502c958

Please sign in to comment.