This commit is contained in:
Eric van der Vlist 2023-03-04 20:09:59 +01:00
parent c8644c8817
commit c9be4dcc28
2 changed files with 13 additions and 5 deletions

View File

@ -50,11 +50,19 @@
</intent-filter>
<intent-filter>
<action
android:name="com.darryncampbell.cordova.plugin.intent.ACTION"
/>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="com.darryncampbell.cordova.plugin.intent.ACTION"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:host="web.dyomedea.app" />
</intent-filter>
</activity>

View File

@ -220,7 +220,7 @@ const Invitation: Component<props> = (props) => {
<Alert severity='info'>
Ce compte est déjà configuré, vous pouvez soit continuer et le
reconfigurer soit abandonner cette action et ne pas tenir compte du
massage qui vous a é envoyé.
message qui vous a é envoyé.
</Alert>
</Box>
</Modal>