remove user account type selection features #14

This commit is contained in:
ghost 2023-09-27 13:05:30 +03:00
parent 1dba3a4126
commit a4dae88575
6 changed files with 0 additions and 266 deletions

View file

@ -80,17 +80,6 @@ class AppControllerIndex
403
);
}
// Require account type selection
if (is_null($user->public))
{
header(
sprintf(
'Location: %s/welcome',
trim($this->_website->getUrl(), '/')
)
);
}
}
public function render()