Skip to content

Commit 09fe21b

Browse files
author
Rishabh
committed
fixes #58
1 parent 5ddafb7 commit 09fe21b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

thirdparty/docs/quick-setup/frontend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ SuperTokens.init({
4848
ThirdParty.init({
4949
signInAndUpFeature: {
5050
providers: [
51-
Github.init()
52-
Google.init()
53-
Facebook.init()
51+
Github.init(),
52+
Google.init(),
53+
Facebook.init(),
5454
]
5555
}
5656
}),

thirdpartyemailpassword/docs/quick-setup/frontend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ SuperTokens.init({
4646
ThirdPartyEmailPassword.init({
4747
signInAndUpFeature: {
4848
providers: [
49-
Github.init()
50-
Google.init()
51-
Facebook.init()
49+
Github.init(),
50+
Google.init(),
51+
Facebook.init(),
5252
]
5353
}
5454
}),

0 commit comments

Comments
 (0)