mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
www: add feature to enforce login on transcripts record/past/browse
This commit is contained in:
@@ -9,3 +9,7 @@ export function featPrivacy() {
|
||||
export function featBrowse() {
|
||||
return process.env.NEXT_PUBLIC_FEAT_BROWSE === "1";
|
||||
}
|
||||
|
||||
export function featRequireLogin() {
|
||||
return process.env.NEXT_PUBLIC_FEAT_LOGIN_REQUIRED === "1";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user