misc: updated cli interactive to support mfa in org select

This commit is contained in:
Sheen Capadngan
2024-10-18 01:59:24 +08:00
parent 7a77dc7343
commit bb079b3e46
3 changed files with 81 additions and 3 deletions

View File

@@ -137,6 +137,7 @@ type GetOrganizationsResponse struct {
type SelectOrganizationResponse struct {
Token string `json:"token"`
MfaEnabled bool `json:"isMfaEnabled"`
}
type SelectOrganizationRequest struct {