We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e281299 commit 1ccdc85Copy full SHA for 1ccdc85
aws-auth-cognito/src/main/java/com/amplifyframework/auth/cognito/HostedUIClient.kt
@@ -60,6 +60,8 @@ internal class HostedUIClient private constructor(
60
61
@Throws(RuntimeException::class)
62
fun launchCustomTabsSignIn(hostedUIOptions: HostedUIOptions) {
63
+ session = client?.newSession(null)
64
+
65
launchCustomTabs(
66
uri = createAuthorizeUri(hostedUIOptions),
67
activity = hostedUIOptions.callingActivity,
0 commit comments