Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
tba76 committed Feb 13, 2024
1 parent 952f0f9 commit 466b24a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ protected override Task<AuthenticateResult> HandleAuthenticateAsync()
var credentials = Encoding.UTF8.GetString(credentialBytes).Split([':'], 2);
username = credentials[0];
password = credentials[1];

}
catch
{
Expand Down

0 comments on commit 466b24a

Please sign in to comment.