Skip to content

Commit

Permalink
fix: auth URL is preventing logout
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed May 27, 2020
1 parent e1f489d commit 18b7961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -5270,6 +5270,7 @@ procedure Tmainfrm.httpEvent(event:ThttpEvent; conn:ThttpConn);
data.session.user:=acc.user;
data.user:=acc.user;
data.pwd:=acc.pwd;
data.session.redirect:='.';
end; //urlAuth

var
Expand Down

0 comments on commit 18b7961

Please sign in to comment.