File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
breeze/inertia/resources/js/Pages/Auth Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments