Skip to content

Commit 54b9116

Browse files
Merge pull request #49 from sidharrth2002/fix/facebook-redirect-uri
add redirectUri
2 parents d3299c7 + e306ff9 commit 54b9116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Auth/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const Auth = () => {
238238
fields="name,email"
239239
callback={responseFacebook}
240240
isMobile={true}
241-
// redirectUri="https://www.sambalsos.com/auth/facebook/callback"
241+
redirectUri="https://www.sambalsos.com/"
242242
disableMobileRedirect={false}
243243
render={(renderProps) => (
244244
<Button

0 commit comments

Comments
 (0)