Skip to content

Commit 1fa8933

Browse files
authored
fix: update the readme android settings (#47)
1 parent d2cbe13 commit 1fa8933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Android
103103
In order to capture the callback url from Logto's sign-in web page, you will need to register your sign-in redirectUri to the `AndroidManifest.xml`.
104104

105105
```xml
106-
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="false">
106+
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="true">
107107
<intent-filter android:label="flutter_web_auth">
108108
<action android:name="android.intent.action.VIEW"/>
109109
<category android:name="android.intent.category.DEFAULT"/>

0 commit comments

Comments
 (0)