Skip to content

Commit

Permalink
Merge pull request #10 from MeroFuruya:9-weird-exception-caused-by-8
Browse files Browse the repository at this point in the history
fix weird exception caused by #8 #9
  • Loading branch information
MeroFuruya authored Apr 12, 2023
2 parents 44db0ee + 75547e4 commit 7b0c2ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MicrosoftApiAuthenticator.pas
Original file line number Diff line number Diff line change
Expand Up @@ -778,10 +778,6 @@ procedure TMsDelegatedAuthenticator.FOnCommandGet(AContext: TIdContext;
self.FAccesCodeSet := true;
end;
end
else
begin
AResponseInfo.ResponseNo := 404;
end;
end;

procedure TMsDelegatedAuthenticator.FOnIdCommandError(AContext: TIdContext;
Expand Down

0 comments on commit 7b0c2ce

Please sign in to comment.