chore(mobile): upgrade flutter_web_auth_2 (#16741)

* chore(mobile): upgrade flutter_web_auth_2

* pod file
This commit is contained in:
Alex
2025-03-09 20:26:37 -05:00
committed by GitHub
parent 051431b757
commit 17c5094719
5 changed files with 39 additions and 15 deletions

View File

@@ -93,9 +93,9 @@
<activity
android:name="com.linusu.flutter_web_auth.CallbackActivity"
android:name="com.linusu.flutter_web_auth_2.CallbackActivity"
android:exported="true">
<intent-filter android:label="flutter_web_auth">
<intent-filter android:label="flutter_web_auth_2">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />