mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Removed DISABLE_LOGIN from middleware.
This commit is contained in:
parent
0f37c17cb5
commit
5a5a278d9e
4 changed files with 5 additions and 11 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue