We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b518a6 commit 1b72be8Copy full SHA for 1b72be8
1 file changed
extensions/userinfo.go
@@ -6,8 +6,9 @@ import (
6
)
7
8
type UserInfo struct {
9
- Exists bool `json:"exists"`
10
- IsAdmin bool `json:"isAdmin"`
+ Exists bool `json:"exists"`
+ IsAdmin bool `json:"isAdmin"`
11
+ UUID string `json:"uuid"`
12
}
13
14
func GetUserInfo(url string) (UserInfo, error) {
0 commit comments