Skip to content

Commit 07d3b2a

Browse files
committed
docs: add docs
1 parent 6308d0a commit 07d3b2a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/5 - events.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Events::on('failedLogin', function($credentials) {
4545
['email' => 'foo@example.com'];
4646
```
4747

48+
When the magic link login fails, the following array will be provided:
49+
50+
```php
51+
['magicLinkToken' => 'the token value used']
52+
```
53+
4854
#### logout
4955

5056
Fired immediately after a successful logout. The only argument is the `User` entity.

0 commit comments

Comments
 (0)