mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Fix incorrect column name for registration token
Oversight from the database renamings, I suppose. Fixes #1691.
This commit is contained in:
@@ -56,7 +56,7 @@ class ResponseFactory
|
||||
$provided,
|
||||
$registration->getSuggested(),
|
||||
[
|
||||
'token' => $token->id,
|
||||
'token' => $token->token,
|
||||
'provided' => array_keys($provided)
|
||||
]
|
||||
));
|
||||
|
Reference in New Issue
Block a user