We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5399b92 commit 81550c3Copy full SHA for 81550c3
1 file changed
contentcuration/contentcuration/frontend/settings/pages/Account/index.vue
@@ -159,15 +159,13 @@
159
import ChangePasswordForm from './ChangePasswordForm';
160
import DeleteAccountForm from './DeleteAccountForm';
161
import CopyToken from 'shared/views/CopyToken';
162
- import Alert from 'shared/views/Alert';
163
164
export default {
165
name: 'Account',
166
components: {
167
ChangePasswordForm,
168
CopyToken,
169
FullNameForm,
170
- Alert,
171
DeleteAccountForm,
172
},
173
data() {
0 commit comments