fix(SettingsPage.vue): correct config initialization to return default values directly

This commit is contained in:
2026-01-03 23:02:27 -06:00
parent 46b3b25631
commit 6173a65cc7

View File

@@ -876,7 +876,7 @@ export default {
computed: {
safeConfig() {
if (!this.config) {
this.config = {
return {
display_name: "",
identity_hash: "",
lxmf_address_hash: "",