Skip to content

Commit 6c8277c

Browse files
authored
fix: manifest auth (#1342)
1 parent a5229c0 commit 6c8277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<data android:mimeType="text/plain" />
5959
</intent-filter>
6060
</activity>
61-
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="true">
61+
<activity android:name="com.linusu.flutter_web_auth_2.CallbackActivity" android:exported="true">
6262
<intent-filter android:label="flutter_web_auth">
6363
<action android:name="android.intent.action.VIEW" />
6464

0 commit comments

Comments
 (0)