Closed (fixed)
Project:
Currently Logged-in Users
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2016 at 10:31 UTC
Updated:
12 Apr 2016 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
heykarthikwithuComment #3
xaiwant commentedCurrently i have installed this module in my local system. So whenever i End the session for logged in user it redirected to Page not found
return new RedirectResponse('/admin/people/clu');should be replaced with
return new RedirectResponse(\Drupal::url('<root_name_here>'));Comment #4
xaiwant commentedComment #5
heykarthikwithuComment #6
xaiwant commentedthumbs up. looks good now.
Comment #8
heykarthikwithuCommitted..