@@ -231,7 +231,7 @@ |
||
| 231 | 231 | $configManager = new ConfigManager(); |
| 232 | 232 | $SETTINGS = $configManager->getAllSettings(); |
| 233 | 233 | |
| 234 | - $payload = [ |
|
| 234 | + $payload = [ |
|
| 235 | 235 | 'username' => $login, |
| 236 | 236 | 'id' => $id, |
| 237 | 237 | 'exp' => (time() + $SETTINGS['api_token_duration'] + 600), |
@@ -28,8 +28,8 @@ |
||
| 28 | 28 | * @see https://www.teampass.net |
| 29 | 29 | */ |
| 30 | 30 | |
| 31 | - // TO REMOVE |
|
| 32 | - // - selected_items_to_be_imported |
|
| 31 | + // TO REMOVE |
|
| 32 | + // - selected_items_to_be_imported |
|
| 33 | 33 | |
| 34 | 34 | return array( |
| 35 | 35 | 'please_fill_in_all_required_fields' => 'Please fill in all required fields', |