mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
warning update
This commit is contained in:
@@ -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>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user