Skip to content

Commit 8ed86bb

Browse files
authored
Remove Jetstream related logic
#59
1 parent 135a5d9 commit 8ed86bb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

breeze/inertia/resources/js/Pages/Auth/Register.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
<breeze-input id="password_confirmation" type="password" v-model="form.password_confirmation" required autocomplete="new-password" />
2727
</div>
2828

29-
<div class="mb-3" v-if="$page.props.jetstream.hasTermsAndPrivacyPolicyFeature">
30-
<div class="form-check">
31-
<breeze-checkbox name="terms" id="terms" v-model:checked="form.terms" />
32-
33-
<label class="form-check-label" for="terms">
34-
I agree to the <a target="_blank" :href="route('terms.show')">Terms of Service</a> and <a target="_blank" :href="route('policy.show')">Privacy Policy</a>
35-
</label>
36-
</div>
37-
</div>
38-
3929
<div class="mb-0">
4030
<div class="d-flex justify-content-end align-items-baseline">
4131
<Link :href="route('login')" class="text-muted mr-3 text-decoration-none">

0 commit comments

Comments
 (0)