fix(privacy): wire up modal

This commit is contained in:
Kalista Payne
2025-08-28 17:41:38 -05:00
parent a32fadbcbd
commit 7a65bc2d8d
3 changed files with 34 additions and 6 deletions
@@ -98,6 +98,9 @@ export default {
) {
this.hidden = true;
}
this.$root.$on('privacy-complete', () => {
this.close();
});
},
methods: {
close () {