Add authentication #17

Manually merged
Webmaster merged 225 commits from auth into main 2025-03-08 10:37:06 +00:00
Showing only changes of commit 5d92589bac - Show all commits

View file

@ -124,7 +124,6 @@ export default function ReimbursementForm() {
setHasZelleInfo(!!user.zelle_information); setHasZelleInfo(!!user.zelle_information);
} catch (error) { } catch (error) {
console.error('Error checking Zelle information:', error); console.error('Error checking Zelle information:', error);
toast.error('Failed to verify Zelle information');
} finally { } finally {
setIsLoading(false); setIsLoading(false);
} }