this repo has no description

nit

Changed files
+1 -2
app
(tabs)
+1 -2
app/(tabs)/index.tsx
···
if (res.status === "error") {
Alert.alert("Authentication Error", (res.error as any).toString());
-
}
-
if (res.status === "success") {
+
} else if (res.status === "success") {
const newAgent = new Agent(res.session);
setAgent(newAgent);