Skip to content

Allow could not authenticate banner to go away after successful reauthentication

Description

I saved a pointer to the "Could not authenticate" banner so that it could be removed after reauthentication.

Related Issue

#2316 (closed)

Motivation and Context

This change causes the "Could not authenticate" banner to be removed after reauthentication. Before, the banner would not be removed even after a successful reauthentication.

How Has This Been Tested?

I re-built and ran Remmina from source with the new changes. The banner went away after an authentication failure followed by a successful authentication.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Merge request reports