Skip to content

Commit

Permalink
validated disappearing again.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Dec 27, 2023
1 parent 6f144f6 commit 680c6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private async Task GetCredential()
{
errorMessage = $"{exception.Name}: \"{exception.Message}\"";
validatedCredential = null;
validated = false;
validated = null;
}
}

Expand Down

0 comments on commit 680c6c2

Please sign in to comment.