alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix user profile
author
damedotblog
date
1 year ago
(Feb 24, 2025, 11:52 AM -0500)
commit
879714b4
879714b4b8dd40cd589f87a8db94975f1297d607
parent
beea8eb7
beea8eb735824497c94bf2c4c5d316f76b9adc45
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.js
+1
-1
src/components/UserProfile/UserProfile.js
Reviewed
···
86
86
timeout = setTimeout(async () => {
87
87
try {
88
88
// Call the backend endpoint instead of directly writing to Supabase
89
89
-
const response = await fetch('https://cred.blue/api/save-user-data', {
89
89
+
const response = await fetch('https://api.cred.blue/api/save-user-data', {
90
90
method: 'POST',
91
91
headers: {
92
92
'Content-Type': 'application/json'