fix: update default userName from 'Roberto' to 'there' in store and AIChatPanel
This commit is contained in:
@@ -16,7 +16,7 @@ export function getStore(): Store<AppSettings> {
|
||||
sidebarCollapsed: false,
|
||||
aiProvider: 'copilot',
|
||||
encryptedTokens: {},
|
||||
userName: 'Roberto',
|
||||
userName: 'there',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user