@@ -102,7 +102,7 @@ |
||
| 102 | 102 | $passwordReset = $passwordResets[0]; |
| 103 | 103 | |
| 104 | 104 | $createdAt = $passwordReset->get('created_at'); |
| 105 | - if (strtotime($createdAt.' UTC') < time() - 2 * 24 * 60 * 60) { |
|
| 105 | + if (strtotime($createdAt . ' UTC') < time() - 2 * 24 * 60 * 60) { |
|
| 106 | 106 | return false; |
| 107 | 107 | } |
| 108 | 108 | |