Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 27ff9ce

Browse files
authored
refactor(AccessForm): remove unused store accessors
1 parent 3f63d9d commit 27ff9ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/AccessForm.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ export default defineComponent({
8585
};
8686
},
8787
computed: {
88-
...mapState(["ourSecretKey", "executionToken"]),
89-
...mapGetters(["enclavePublicKey"])
88+
...mapState(["executionToken"])
9089
},
9190
methods: {
9291
...mapActions(["requestExecutionToken"]),

0 commit comments

Comments
 (0)