mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): update flutter integration guide (#4479)
fix android callback action settings
This commit is contained in:
parent
2a146bbd31
commit
00e72714de
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ Andorid:
|
|||
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`.
|
||||
|
||||
```xml
|
||||
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="false">
|
||||
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="true">
|
||||
<intent-filter android:label="flutter_web_auth">
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
|
|
Loading…
Reference in a new issue