From 0edd7e13fa6a3843e612758936466393f74fe1d2 Mon Sep 17 00:00:00 2001 From: ppc Date: Thu, 8 May 2025 20:59:28 +0100 Subject: [PATCH] warning update --- amnet-native/app/ServerAddModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amnet-native/app/ServerAddModal.tsx b/amnet-native/app/ServerAddModal.tsx index 4c5034c..a496e40 100644 --- a/amnet-native/app/ServerAddModal.tsx +++ b/amnet-native/app/ServerAddModal.tsx @@ -69,7 +69,7 @@ export default function ServerAddModal({route, navigation}) { } }, ]); - }) + }); } let serverObject = realm.objects(AMServer.schema.name).find(x => x.serverAddress == address); @@ -116,7 +116,7 @@ export default function ServerAddModal({route, navigation}) { - 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 ) }