Skip to content

Commit d68cb68

Browse files
committed
Merge commit '0f3bd6348dad06fe72a743c0c8ad9cc36a2ce26a' into message_sim_card
* commit '0f3bd6348dad06fe72a743c0c8ad9cc36a2ce26a': Use popup flow instead of redirect Fix sign in flow
2 parents c0c02b5 + 0f3bd63 commit d68cb68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)