Fix Supabase Storage API calls

Corrected endpoint paths and authorization headers for Supabase Storage API calls.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 14:57:10 +00:00
parent 09f6f9d5fa
commit 8b783c741d
4 changed files with 64 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ const RegisterHeader: React.FC = () => {
<div className="text-center mb-8">
<h1 className="text-3xl font-bold text-neuro-income mb-2"> </h1>
<p className="text-gray-500"> </p>
<p className="text-xs text-neuro-income mt-2"> Supabase </p>
</div>
);
};