diff --git a/Project/App.xojo_code b/Project/App.xojo_code index aa9ea27a1..a033d03ee 100755 --- a/Project/App.xojo_code +++ b/Project/App.xojo_code @@ -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