We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f9b0a commit b7bce53Copy full SHA for b7bce53
2 files changed
web/components/FirebaseAuth.vue
@@ -73,8 +73,6 @@ export default class FirebaseAuth extends Vue {
73
})
74
},
75
76
- // Will use popup for IDP Providers sign-in flow instead of the default, redirect.
77
- signInFlow: 'popup',
78
signInSuccessUrl: window.location.href,
79
signInOptions: [
80
// Leave the lines as is for the providers you want to offer your users.
web/pages/login.vue
@@ -18,9 +18,9 @@
18
</p>
19
<v-card max-width="360" class="mx-auto">
20
<v-card-text class="px-0">
21
- <no-ssr>
+ <client-only>
22
<firebase-auth :to="to"></firebase-auth>
23
- </no-ssr>
+ </client-only>
24
</v-card-text>
25
</v-card>
26
<div class="text-center mt-4">
0 commit comments