disable explore and api access if user is not signed in

This commit is contained in:
xqtc161 2024-05-16 19:26:46 +02:00
parent 7cb8530217
commit 6963e6e366

View file

@ -9,6 +9,7 @@
settings = { settings = {
service = { service = {
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
REQUIRE_SIGNIN_VIEW = true;
}; };
}; };
}; };