Skip to content

Commit

Permalink
Merge pull request #17568 from dannon/drop-new-user-welcome
Browse files Browse the repository at this point in the history
Drop plugin-based new user welcome.
  • Loading branch information
mvdbeek committed Feb 29, 2024
2 parents 352ff35 + 1bbd095 commit 8098533
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 619 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Login/RegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default {
if (response.data.message && response.data.status) {
alert(response.data.message);
}
window.location = this.redirect || withPrefix("/welcome/new");
window.location = this.redirect || withPrefix("/");
})
.catch((error) => {
this.disableCreate = false;
Expand Down
56 changes: 0 additions & 56 deletions client/src/components/NewUserWelcome/NewUserWelcome.test.js

This file was deleted.

198 changes: 0 additions & 198 deletions client/src/components/NewUserWelcome/NewUserWelcome.vue

This file was deleted.

28 changes: 0 additions & 28 deletions client/src/components/NewUserWelcome/__mocks__/testing.json

This file was deleted.

50 changes: 0 additions & 50 deletions client/src/components/NewUserWelcome/components/Slides.vue

This file was deleted.

Loading

0 comments on commit 8098533

Please sign in to comment.