Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/lsi 2047/logout button #324

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Conversation

uncleempty
Copy link
Contributor

Ticket: https://oat-sa.atlassian.net/browse/LSI-2047

The main idea of this is to hide the logout button when you are at the diagnostic tool entry point - the button shouldn't show on the login form.
However, during investigation, it was also seen that cookies (depending on which either login form shown, or the index page of the diag tool) are not removed when pressing logout button. So, it was decided to also fix this small issue.

Changes done in smallest-effort/smallest-changes style.

@uncleempty uncleempty requested a review from bugalot June 23, 2023 17:38
@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2023

Codecov Report

Merging #324 (6565a67) into develop (367540f) will decrease coverage by 0.17%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             develop     #324      +/-   ##
=============================================
- Coverage      13.36%   13.19%   -0.17%     
- Complexity       269      270       +1     
=============================================
  Files             22       22              
  Lines            868      879      +11     
=============================================
  Hits             116      116              
- Misses           752      763      +11     
Impacted Files Coverage Δ
controller/Authenticator.php 0.00% <0.00%> (ø)
controller/CompatibilityChecker.php 0.00% <0.00%> (ø)

@github-actions
Copy link

Version

Target Version 8.5.2
Last version 8.5.1

There are 0 BREAKING CHANGE, 0 feature, 0 fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants