fix bug where you have to login to see the homepage
This commit is contained in:
parent
8908b2aa66
commit
f22bc53e98
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ use Eater\Glim\Service\GitHub;
|
||||||
|
|
||||||
class Home extends Session
|
class Home extends Session
|
||||||
{
|
{
|
||||||
|
protected $shouldHaveUser = false;
|
||||||
|
|
||||||
function handle()
|
function handle()
|
||||||
{
|
{
|
||||||
/** @var GitHub $github */
|
/** @var GitHub $github */
|
||||||
|
|
Loading…
Reference in a new issue