File tree 1 file changed +9
-1
lines changed
src/fragments/lib/auth/flutter/social_signin_web_ui
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,20 @@ Choose the following options (the last steps are specific to Facebook here but a
17
17
`(default)`
18
18
? Enter your redirect signin URI:
19
19
`myapp://`
20
+ ? Do you want to add another redirect signin URI
21
+ `Yes`
22
+ ? Enter your redirect signin URI:
23
+ `http://localhost:3000/`
20
24
? Do you want to add another redirect signin URI
21
25
`No`
22
26
? Enter your redirect signout URI:
23
27
`myapp://`
28
+ ? Do you want to add another redirect signout URI
29
+ `Yes`
30
+ ? Enter your redirect signout URI:
31
+ `http://localhost:3000/`
24
32
? Do you want to add another redirect signout URI
25
33
`No`
26
34
? Select the social providers you want to configure for your user pool:
27
35
`<choose your provider and follow the prompts to input the proper tokens>`
28
- ```
36
+ ```
You can’t perform that action at this time.
0 commit comments