Skip to content

Commit

Permalink
fix activation
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Feb 18, 2020
1 parent 82e0376 commit 3195ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aiplugs.PoshApp/wwwroot/js/store/activation.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
}, { root: true });
}
},
async activate({ commit, dispatch }, activationCode) {s
async activate({ commit, dispatch }, activationCode) {
const response = await fetch('/api/activation', {
method: 'post',
headers: {
Expand Down

0 comments on commit 3195ebf

Please sign in to comment.