Removed DISABLE_LOGIN from middleware.

This commit is contained in:
Mike Cao 2022-06-22 02:28:23 -07:00
parent 0f37c17cb5
commit 5a5a278d9e
4 changed files with 5 additions and 11 deletions

View file

@ -7,7 +7,7 @@ import { getItem } from 'lib/web';
const REPO_URL = 'https://api.umami.is/v1/updates';
const initialState = {
current: process.env.VERSION,
current: process.env.version,
latest: null,
hasUpdate: false,
};