mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
add 1.80 to capver and update deps (#2394)
This commit is contained in:
@@ -80,10 +80,8 @@ func (u *User) profilePicURL() string {
|
||||
func (u *User) TailscaleUser() *tailcfg.User {
|
||||
user := tailcfg.User{
|
||||
ID: tailcfg.UserID(u.ID),
|
||||
LoginName: u.Username(),
|
||||
DisplayName: u.DisplayNameOrUsername(),
|
||||
ProfilePicURL: u.profilePicURL(),
|
||||
Logins: []tailcfg.LoginID{},
|
||||
Created: u.CreatedAt,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user