warning update

This commit is contained in:
ppc
2025-05-08 20:59:28 +01:00
parent 95be807720
commit 0edd7e13fa
+2 -2
View File
@@ -69,7 +69,7 @@ export default function ServerAddModal({route, navigation}) {
}
},
]);
})
});
}
let serverObject = realm.objects<AMServer>(AMServer.schema.name).find(x => x.serverAddress == address);
@@ -116,7 +116,7 @@ export default function ServerAddModal({route, navigation}) {
</Card>
<Paragraph style={modalStyles.formFootnote}>
AMNet uses HTTP by default. Unless has been configured to work with HTTP.SYS, HTTPS will not work.
AMNet uses HTTP by default. HTTPS will not work unless specifically configured using HTTP.SYS
</Paragraph>
</View>)
}