Skip to content

Conversation

VakarisZ
Copy link
Contributor

@VakarisZ VakarisZ commented Mar 22, 2023

What does this PR do?

Fixes #3063

Add any further explanations here.

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?
  • Have you checked that you haven't introduced any duplicate code?

Testing Checklist

  • Added relevant unit tests?

  • Do all unit tests pass?

  • Do all end-to-end tests pass?

  • Any other testing performed?

    Tested manually
    logout

  • If applicable, add screenshots or log transcripts of the feature working

@@ -227,7 +227,9 @@ class AppComponent extends AuthComponent {
onStatusChange: this.updateStatus,
islandMode: this.state.islandMode,
defaultReport: this.getDefaultReport(),
sideNavHeader: this.getIslandModeTitle()}
sideNavHeader: this.getIslandModeTitle(),
onLogout: () => {this.auth.logout()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this actually invalidates all tokens, but also not sure we need to do that

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out it doesn't

@VakarisZ VakarisZ force-pushed the 3063-add-logout-button branch from b99336b to ff0e665 Compare March 22, 2023 15:44
@mssalvatore mssalvatore merged commit 5e9f159 into develop Mar 22, 2023
@mssalvatore mssalvatore deleted the 3063-add-logout-button branch March 22, 2023 15:49
ilija-lazoroski pushed a commit that referenced this pull request Mar 23, 2023
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.

Add a logout button
2 participants