Skip to content

Commit

Permalink
fix: remove async function from loginCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
acnormun committed May 7, 2024
1 parent 694f1a1 commit 23a6a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/config/channels/facebook/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
}
/* eslint-disable no-undef */
const loginCallback = async () => {
const loginCallback = () => {
this.changeLoginState(true);
FB.login(
async function (response) {
Expand Down

0 comments on commit 23a6a0c

Please sign in to comment.