stub of auth logins manage page

This commit is contained in:
2018-07-22 23:12:42 +02:00
parent 1c6dedbb34
commit d9fe17a940
4 changed files with 25 additions and 0 deletions
+5
View File
@@ -89,4 +89,9 @@ class UserController extends Controller
return back();
}
public function manageOauth()
{
return view('user.oauths', ['user' => user()]);
}
}