Skip to content

Commit

Permalink
Merge pull request #524 from AudiovisualMetadataPlatform/AMP-3273_route
Browse files Browse the repository at this point in the history
AMP-3273/3276
  • Loading branch information
yingfeng-iu authored Jul 1, 2024
2 parents 5435cda + 3aab940 commit 93a7bb5
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 93a7bb5

Please sign in to comment.