feat: change to flutterwebauth2
This commit is contained in:
parent
46e0e4b65e
commit
b9104f243e
11 changed files with 150 additions and 119 deletions
|
|
@ -93,8 +93,9 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity"
|
||||
android:exported="true">
|
||||
<activity
|
||||
android:name="com.linusu.flutter_web_auth_2.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…
Add table
Add a link
Reference in a new issue