DevMarketer / multiauth_tutorial

156 stars 83 forks source link

My 'admin/login' still showing #20

Closed wesilios closed 6 years ago

wesilios commented 6 years ago

Hi guys,

I'm encounter issues that my 'admin/login' still shows up even my admin account already logged in. I checked in RedirectIfAuthenticated.php but it's not working. `<?php

namespace App\Http\Middleware;

use Closure; use Illuminate\Support\Facades\Auth;

class RedirectIfAuthenticated { /**

wesilios commented 6 years ago

I found out what went wrong. I will close the issues