mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
add cloud_mode
This commit is contained in:
parent
9147415761
commit
db1ae3f2c7
13 changed files with 103 additions and 25 deletions
|
|
@ -16,6 +16,6 @@ export default function LoginPage({ loginDisabled }) {
|
|||
|
||||
export async function getServerSideProps() {
|
||||
return {
|
||||
props: { loginDisabled: !!process.env.DISABLE_LOGIN },
|
||||
props: { loginDisabled: !!process.env.DISABLE_LOGIN || process.env.CLOUD_MODE },
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue