Skip to content

Commit d993e01

Browse files
erikreynaPooya Parsa
authored andcommitted
fix(docs): add comma following _scheme value (#189)
1 parent cda679a commit d993e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schemes/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
auth: {
1111
strategies: {
1212
social: {
13-
_scheme: 'oauth2'
13+
_scheme: 'oauth2',
1414
authorization_endpoint: 'https://accounts.google.com/o/oauth2/auth',
1515
userinfo_endpoint: 'https://www.googleapis.com/oauth2/v3/userinfo',
1616
scope: ['openid', 'profile', 'email'],

0 commit comments

Comments
 (0)