- Permissions tests #97

Merged
EwelinaLasowy merged 5 commits from permissions-tests into main 2022-03-30 09:54:29 +02:00
Showing only changes of commit 6605febce7 - Show all commits

View File

@@ -36,6 +36,6 @@ class GoogleController extends Controller
$auth->guard()->login($user, true); $auth->guard()->login($user, true);
return redirect()->intended(); return redirect()->route("dashboard");
} }
} }