debug: add logging to settings save to diagnose issue
This commit is contained in:
@@ -50,7 +50,9 @@ export const SettingsPage = () => {
|
||||
git_user_name: config.git_user_name ?? undefined,
|
||||
git_user_email: config.git_user_email ?? undefined,
|
||||
};
|
||||
console.log("Sending update:", update);
|
||||
const updated = await updateUserConfig(update);
|
||||
console.log("Received response:", updated);
|
||||
setConfig(updated);
|
||||
setSaveStatus("saved");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user