diff --git a/_data/serverState.ts b/_data/serverState.ts index 47ce06b22..04327d49e 100644 --- a/_data/serverState.ts +++ b/_data/serverState.ts @@ -29,7 +29,7 @@ const blacklistedGuid = '154B-00EE-0700-9B50CF819816'; // EBLACKLISTED1 // EBLACKLISTED2 // ENOCONN -const state: string = 'ENOKEYFILE'; +const state: string = 'ENOCONN'; const uptime = Date.now() - 60 * 60 * 1000; // 1 hour ago let expireTime = 0; @@ -52,8 +52,8 @@ const serverState = { "locale": "en_US", "name": "fuji", // "pluginInstalled": "dynamix.unraid.net.staging.plg", - "pluginInstalled": false, - "registered": true, + "pluginInstalled": true, + "registered": false, "regGen": 0, // "regGuid": "0781-5583-8355-81071A2B0211", "site": "http://localhost:4321", diff --git a/components/Auth.ce.vue b/components/Auth.ce.vue index 5204ee10e..fd04a3baa 100644 --- a/components/Auth.ce.vue +++ b/components/Auth.ce.vue @@ -30,7 +30,7 @@ const button = computed(() => { {{ stateData.heading }}
- {{ stateData.message }} +
{

- +