UI improvements part 2

This commit is contained in:
Čarodej
2022-01-27 13:14:57 +01:00
parent a2726ae2c5
commit d855739bf2
30 changed files with 268 additions and 93 deletions

View File

@@ -174,7 +174,7 @@ class SettingsTest extends TestCase
])->assertStatus(204);
$this->assertDatabaseHas('settings', [
'name' => 'allowed_facebook_login',
'name' => 'allowed_facebook',
'value' => 1,
]);
}