mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Moving gdpr to talk-plugin-profile-data
This commit is contained in:
@@ -4,23 +4,12 @@ import SetUsernameDialog from './stream/containers/SetUsernameDialog';
|
||||
import translations from './translations.yml';
|
||||
import Login from './login/containers/Main';
|
||||
import reducer from './login/reducer';
|
||||
import DeleteMyAccount from './profile-settings/containers/DeleteMyAccount';
|
||||
import AccountDeletionRequestedSign from './stream/containers/AccountDeletionRequestedSign';
|
||||
import ChangePassword from './profile-settings/containers/ChangePassword';
|
||||
import ChangeUsername from './profile-settings/containers/ChangeUsername';
|
||||
|
||||
export default {
|
||||
reducer,
|
||||
translations,
|
||||
slots: {
|
||||
stream: [
|
||||
AccountDeletionRequestedSign,
|
||||
UserBox,
|
||||
SignInButton,
|
||||
SetUsernameDialog,
|
||||
],
|
||||
stream: [UserBox, SignInButton, SetUsernameDialog],
|
||||
login: [Login],
|
||||
profileHeader: [ChangeUsername],
|
||||
profileSettings: [ChangePassword, DeleteMyAccount],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user