Skip to content

Commit 11865e5

Browse files
authored
Fix android manifest as well with new msal intent filter (#301)
1 parent c808d1c commit 11865e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<category android:name="android.intent.category.BROWSABLE" />
134134
<data
135135
android:host="com.dkhalife.tasks"
136-
android:path="/sOIkLOwynQaOvaTd0Nz5bdDlRgg="
136+
android:path="/OQxz/rlBJ5+G501Zg0md55cCrIY="
137137
android:scheme="msauth" />
138138
</intent-filter>
139139
</activity>

0 commit comments

Comments
 (0)