Skip to content

Commit

Permalink
Add sso url to cli profile
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Sep 3, 2024
1 parent e9d0d39 commit 6108086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/profile/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type Profile struct {
ClientAddr string `json:"client_addr"`
MacAddr string `json:"mac_addr"`
MacAddrs []string `json:"mac_addrs"`
SsoUrl string `json:"sso_url"`
}

func (p *Profile) Uptime() int64 {
Expand Down

0 comments on commit 6108086

Please sign in to comment.