File tree 2 files changed +4
-2
lines changed
java/com/schibsted/account/example
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 32
32
<category android : name =" android.intent.category.DEFAULT" />
33
33
<category android : name =" android.intent.category.BROWSABLE" />
34
34
<data android : scheme =" com.sdk-example.pre.602525f2b41fa31789a95aa8"
35
+ android : host =" *"
35
36
android : path =" /login" />
36
37
</intent-filter >
37
38
</activity >
45
46
<category android : name =" android.intent.category.DEFAULT" />
46
47
<category android : name =" android.intent.category.BROWSABLE" />
47
48
<data android : scheme =" com.sdk-example.pre.602525f2b41fa31789a95aa8"
49
+ android : host =" *"
48
50
android : path =" /manual-login" />
49
51
</intent-filter >
50
52
</activity >
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ object ClientConfig {
6
6
@JvmStatic
7
7
val environment = Environment .PRE
8
8
const val clientId = " 602525f2b41fa31789a95aa8"
9
- const val loginRedirectUri = " com.sdk-example.pre.602525f2b41fa31789a95aa8:/login"
10
- const val manualLoginRedirectUri = " com.sdk-example.pre.602525f2b41fa31789a95aa8:/manual-login"
9
+ const val loginRedirectUri = " com.sdk-example.pre.602525f2b41fa31789a95aa8:/// login"
10
+ const val manualLoginRedirectUri = " com.sdk-example.pre.602525f2b41fa31789a95aa8:/// manual-login"
11
11
const val webClientId = " 599fd705ed21dc0d55011d2a"
12
12
const val webClientRedirectUri = " https://pre.sdk-example.com/safepage"
13
13
}
You can’t perform that action at this time.
0 commit comments