Skip to content

Commit 9490a9d

Browse files
committed
resolving more merge conflicts
1 parent 429dc24 commit 9490a9d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

client/src/utils/accountUtils.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,8 @@ export const handleLogin = async (username, password, navigation) => {
5858
} else {
5959
await storeData('username', username);
6060
}
61-
62-
63-
// if the data is "success", then cache details
64-
65-
console.log('Server response:', data);
66-
} catch (error) {
67-
console.error('Error details:', error);
6861
}
62+
console.log('Server response:', data);
6963
}
7064
};
7165

0 commit comments

Comments
 (0)