Skip to content

Commit

Permalink
Minor change to prevent logout from trying to renew a login token
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Dec 6, 2023
1 parent f6adbf0 commit e4d10fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project/App.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ Implements NotificationKit.Receiver,Beacon.Application
If (Token Is Nil) = False Then
Var Request As New BeaconAPI.Request("/session", "DELETE")
Request.ForceAuthorize(Token)
Request.AutoRenew = False
BeaconAPI.Send(Request)
End If

Expand Down

0 comments on commit e4d10fd

Please sign in to comment.