Added QR Tips and fixed fetchUser Email

This commit is contained in:
2024-08-14 13:36:39 +08:00
parent 187fd768e6
commit 170997097f
6 changed files with 96 additions and 18868 deletions

View File

@@ -25,7 +25,8 @@ const EmailScreen: React.FC = () => {
// Start scanning inbox only once when the component mounts
useEffect(() => {
startInboxScanning();
startInboxScanning();
fetchUserEmail();
}, []);
// Function to fetch user email