Removed DISABLE_LOGIN from middleware.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user