Skip to content

Add support for unauthenticated users hitting the logout page

Ciarán Ainsworth requested to merge logout-page-fix into develop

Currently, if an unauthenticated users navigates to /logout they are met with the following screen:

Screenshot_from_2020-07-16_20.57.17

Rather than simply navigate the user away from this page to a login page, this change detects whether or not the user is authenticated and presents them the option of navigating themselves.

Edited by Ciarán Ainsworth

Merge request reports