mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 17:09:13 +03:00
updated manifest to accept /login path
This commit is contained in:
parent
a4d8edc311
commit
a7fae4c0ab
@ -83,6 +83,11 @@
|
||||
android:host="ecency.com"
|
||||
android:path="/signup"
|
||||
/>
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="ecency.com"
|
||||
android:path="/login"
|
||||
/>
|
||||
</intent-filter>
|
||||
<intent-filter android:label="Ecency" >
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
Loading…
Reference in New Issue
Block a user