chore: cleanup

This commit is contained in:
Nicola Zambello 2023-02-23 01:19:14 +01:00
parent 6e1a8e0c56
commit 70dbe74209
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -3,6 +3,5 @@ export const ALLOW_USER_SIGNUP = Boolean(
); );
export const isSignupAllowed = () => { export const isSignupAllowed = () => {
console.log('ALLOW_USER_SIGNUP', ALLOW_USER_SIGNUP);
return !!ALLOW_USER_SIGNUP; return !!ALLOW_USER_SIGNUP;
}; };