feat: update app

This commit is contained in:
Lakhan Samani
2022-06-13 07:37:26 +05:30
parent 5646e7a0e7
commit 80578b88ac
4 changed files with 29 additions and 23 deletions

View File

@@ -130,7 +130,7 @@ func InitOAuth() error {
AuthURL: "https://appleid.apple.com/auth/authorize",
TokenURL: "https://appleid.apple.com/auth/token",
},
Scopes: []string{"email"},
Scopes: []string{},
}
}