This commit is contained in:
lesion 2022-08-02 16:10:15 +02:00
parent fd277914ae
commit b552924edb
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gancio",
"version": "1.5.0-rc.17",
"version": "1.5.0-rc.19",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {

View file

@ -54,7 +54,7 @@ const settingsController = {
secretSettings: {},
async load () {
if (config.status !== 'READY') {
if (config.status !== 'CONFIGURED') {
settingsController.settings = defaultSettings
return
}