lgtm code review suggestions

This commit is contained in:
Liyas Thomas
2020-11-23 12:32:13 +05:30
parent b8d68ee359
commit 77862cdf9b
2 changed files with 1 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ export default {
},
async signInWithGoogle() {
try {
const { additionUserInfo } = await fb.signInUserWithGoogle()
const { additionalUserInfo } = await fb.signInUserWithGoogle()
if (additionalUserInfo.isNewUser) {
this.$toast.info(`${this.$t("turn_on")} ${this.$t("sync")}`, {