Skip to content

Commit

Permalink
Remove Jetstream related logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tsommie authored Sep 9, 2021
1 parent 135a5d9 commit 8ed86bb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions breeze/inertia/resources/js/Pages/Auth/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
<breeze-input id="password_confirmation" type="password" v-model="form.password_confirmation" required autocomplete="new-password" />
</div>

<div class="mb-3" v-if="$page.props.jetstream.hasTermsAndPrivacyPolicyFeature">
<div class="form-check">
<breeze-checkbox name="terms" id="terms" v-model:checked="form.terms" />

<label class="form-check-label" for="terms">
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>
</label>
</div>
</div>

<div class="mb-0">
<div class="d-flex justify-content-end align-items-baseline">
<Link :href="route('login')" class="text-muted mr-3 text-decoration-none">
Expand Down

0 comments on commit 8ed86bb

Please sign in to comment.