fix: update default userName from 'Roberto' to 'there' in store and AIChatPanel

This commit is contained in:
Roberto Musso
2026-02-28 23:53:25 +01:00
parent ee6467a7ac
commit af8cbc1c96
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export function getStore(): Store<AppSettings> {
sidebarCollapsed: false,
aiProvider: 'copilot',
encryptedTokens: {},
userName: 'Roberto',
userName: 'there',
},
});
}