chore: cleanup
This commit is contained in:
parent
6e1a8e0c56
commit
70dbe74209
|
|
@ -3,6 +3,5 @@ export const ALLOW_USER_SIGNUP = Boolean(
|
|||
);
|
||||
|
||||
export const isSignupAllowed = () => {
|
||||
console.log('ALLOW_USER_SIGNUP', ALLOW_USER_SIGNUP);
|
||||
return !!ALLOW_USER_SIGNUP;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue