aboutsummaryrefslogtreecommitdiff
path: root/src/routes/authentication/AuthProvider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/authentication/AuthProvider.tsx')
-rw-r--r--src/routes/authentication/AuthProvider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/authentication/AuthProvider.tsx b/src/routes/authentication/AuthProvider.tsx
index 68182ee3..55a6f3ad 100644
--- a/src/routes/authentication/AuthProvider.tsx
+++ b/src/routes/authentication/AuthProvider.tsx
@@ -169,7 +169,7 @@ const AuthProvider: React.FC = ({children}) => {
loadSocialPosts(userId, social).then((accountData) => {
socialAccounts[social] = accountData;
setSocialAccounts(socialAccounts);
- console.log('Updated posts data', social);
+ console.log('Refreshed posts data:', social);
});
}
setSocialsNeedUpdate([]);