Skip to content

Commit

Permalink
Completely remove reviews and inbox component
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Nov 2, 2020
1 parent 9a933fc commit c1a032e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ public function registerComponents()
'name' => 'lang:igniter.user::default.addressbook.component_title',
'description' => 'lang:igniter.user::default.addressbook.component_desc',
],
'Igniter\User\Components\Inbox' => [
'code' => 'accountInbox',
'name' => 'lang:igniter.user::default.inbox.component_title',
'description' => 'lang:igniter.user::default.inbox.component_desc',
],
];
}

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ In the admin user interface you can manage customers and their groups.
| Account | `@component('account')` | Provides the sign in form, registration form and update form |
| ResetPassword | `@component('resetPassword')` | Allows a user to reset their password if they have forgotten it. |
| AddressBook | `@component('addressBook')` | Manages the users delivery addresses |
| Inbox | `@component('inbox')` | Displays a list of user messages on the page |
| Reviews | `@component('reviews')` | Displays a list of user reviews on the page |

### Session Component

Expand Down

0 comments on commit c1a032e

Please sign in to comment.