Skip to content

Commit

Permalink
Bugfix: Wrong Condition on Local Strategy Label (#2020)
Browse files Browse the repository at this point in the history
* Update v-if to check for local strategy

* Add extra condition
  • Loading branch information
andrewwallacespeckle authored Feb 9, 2024
1 parent 0a63afb commit 7aaf25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-2/components/auth/RegisterPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/>
<div>
<div
v-if="hasThirdPartyStrategies"
v-if="hasThirdPartyStrategies && hasLocalStrategy"
class="text-center label text-foreground-2 mb-3 text-xs font-normal"
>
Or sign up with your email
Expand Down

0 comments on commit 7aaf25f

Please sign in to comment.