fix(SettingsPage.vue): correct config initialization to return default values directly
This commit is contained in:
@@ -876,7 +876,7 @@ export default {
|
||||
computed: {
|
||||
safeConfig() {
|
||||
if (!this.config) {
|
||||
this.config = {
|
||||
return {
|
||||
display_name: "",
|
||||
identity_hash: "",
|
||||
lxmf_address_hash: "",
|
||||
|
||||
Reference in New Issue
Block a user