Skip to content

Commit b7bce53

Browse files
committed
Fix sign in flow
1 parent 48f9b0a commit b7bce53

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

web/components/FirebaseAuth.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ export default class FirebaseAuth extends Vue {
7373
})
7474
},
7575
},
76-
// Will use popup for IDP Providers sign-in flow instead of the default, redirect.
77-
signInFlow: 'popup',
7876
signInSuccessUrl: window.location.href,
7977
signInOptions: [
8078
// Leave the lines as is for the providers you want to offer your users.

web/pages/login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</p>
1919
<v-card max-width="360" class="mx-auto">
2020
<v-card-text class="px-0">
21-
<no-ssr>
21+
<client-only>
2222
<firebase-auth :to="to"></firebase-auth>
23-
</no-ssr>
23+
</client-only>
2424
</v-card-text>
2525
</v-card>
2626
<div class="text-center mt-4">

0 commit comments

Comments
 (0)