display app configuration values

This commit is contained in:
Julian Krauser 2025-04-25 08:18:27 +02:00
parent 20a2a3ccd0
commit 5d9007f517
10 changed files with 37 additions and 33 deletions

View file

@ -9,7 +9,7 @@ export const useConfigurationStore = defineStore("configuration", {
clubPrivacy: "",
clubWebsite: "",
appCustom_login_message: "",
appShow_link_to_calendar: "",
appShow_link_to_calendar: false as boolean,
};
},
actions: {