Skip to content

Commit 80578b8

Browse files
committed
feat: update app
1 parent 5646e7a commit 80578b8

File tree

4 files changed

+29
-23
lines changed

4 files changed

+29
-23
lines changed

app/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "Lakhan Samani",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@authorizerdev/authorizer-react": "^0.23.0",
14+
"@authorizerdev/authorizer-react": "^0.24.0-beta.1",
1515
"@types/react": "^17.0.15",
1616
"@types/react-dom": "^17.0.9",
1717
"esbuild": "^0.12.17",

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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{"email"},
133+
Scopes: []string{},
134134
}
135135
}
136136

0 commit comments

Comments
 (0)