implement user profile settings

This commit is contained in:
2026-05-01 01:07:58 +03:30
parent ff86141fd6
commit bcf9b9e47c
9 changed files with 186 additions and 21 deletions

View File

@@ -21,6 +21,8 @@ test('authenticated users can visit the chat dashboard', function () {
->get(route('dashboard'))
->assertOk()
->assertSee('Inbox')
->assertSee('Profile settings')
->assertSee('Password and 2FA')
->assertDontSee('Repository')
->assertDontSee('Documentation');
});