lgtm code review suggestions
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { fb } from "~/helpers/fb"
|
||||
import closeIcon from "~/static/icons/close-24px.svg?inline"
|
||||
|
||||
export default {
|
||||
|
||||
@@ -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")}`, {
|
||||
|
||||
Reference in New Issue
Block a user