Skip to content

Commit

Permalink
AMP-3273/3276
Browse files Browse the repository at this point in the history
- move unused collection components to unused/
- remove unused routes
- remove wrong redirect to homepage when not login
  • Loading branch information
yingfeng-iu committed Jul 1, 2024
1 parent 5435cda commit 3aab940
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 503 deletions.
4 changes: 2 additions & 2 deletions src/components/account/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export default {
this.loading = true;
await this.activateNewUser();
this.loading = false;
console.log("activation status:" + this.activate_status);
console.log("activation errors:" + this.errors.other_errors);
console.log("activation status: " + this.activate_status);
console.log("activation errors: " + this.errors.other_errors);
}
},
methods: {
Expand Down
132 changes: 0 additions & 132 deletions src/components/collections/CollectionDetails.vue

This file was deleted.

192 changes: 0 additions & 192 deletions src/components/collections/CollectionDetailsItemCard.vue

This file was deleted.

Loading

0 comments on commit 3aab940

Please sign in to comment.