Commit 798e4770 authored by Trisno's avatar Trisno

benerin fungsi session

parent 846a1ba8
......@@ -4,9 +4,9 @@ export default function session(response, error_status, navigation) {
if (error_status != 500) {
if (response.code == "WRONG_SESSION_ID") {
Alert.alert('',response_data.msg);
Alert.alert('',response.msg);
} else {
Alert.alert('',response_data.msg);
Alert.alert('',response.msg);
}
} else {
Alert.alert(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment