mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-19 01:55:48 -05:00
Fix env variable name
This commit is contained in:
parent
c02e9c4efb
commit
b6b2948601
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default function Home() {
|
|||
const router = useRouter();
|
||||
if (isSignedIn) {
|
||||
router.replace("/upload");
|
||||
} else if (config.PUBLIC_DISABLE_HOME_PAGE) {
|
||||
} else if (config.DISABLE_HOME_PAGE) {
|
||||
router.replace("/auth/signIn");
|
||||
} else {
|
||||
return (
|
||||
|
|
Loading…
Add table
Reference in a new issue