Skip to content

Commit 341d4fb

Browse files
committed
fix: scope for apple login
1 parent e467b45 commit 341d4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/oauth/oauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func InitOAuth() error {
130130
AuthURL: "https://appleid.apple.com/auth/authorize",
131131
TokenURL: "https://appleid.apple.com/auth/token",
132132
},
133-
Scopes: []string{},
133+
Scopes: []string{"email"},
134134
}
135135
}
136136

0 commit comments

Comments
 (0)