From 499fbb6542d3c6dc7d552ff6f8f42cead0ee0713 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 24 Jul 2017 23:26:30 +0200 Subject: [PATCH] Explain why login attempts may (confusingly) be cancelled in 'tests' --- tests/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.php b/tests/index.php index caf74ae..13ee54b 100644 --- a/tests/index.php +++ b/tests/index.php @@ -82,7 +82,7 @@ function processRequestData(\Delight\Auth\Auth $auth) { return 'email not verified'; } catch (\Delight\Auth\AttemptCancelledException $e) { - return 'attempt cancelled'; + return 'attempt randomly cancelled'; } catch (\Delight\Auth\TooManyRequestsException $e) { return 'too many requests';