Skip to content
Snippets Groups Projects
Commit 39b8d0c0 authored by Henine, Didou (UG - SISC)'s avatar Henine, Didou (UG - SISC)
Browse files

added the checkbox tool to privacy page

parent 0583dee6
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,19 @@ div(class='policy')
<br>
p <b>Data transfers</b>
p In case this application goes internationally and gets worldwildly used, your data might be transfered to an other country for some legal purposes but we will always continue protecting your information with appropriate safeguards, but it may be subject to the legal jurisdiction of those countries and governmental authorities in those countries.
<br>
<br>
<q-checkbox dense v-model="teal" label="Please check the box if your have read our policy" color="teal" />
q-btn.bg-grey-2.fixed-down-left.q-ma-sm(@click='$router.go(-1)', icon='arrow_back', label='Back')
</template>
<script>
export default {
data () {
return {
teal: false,
}
}
}
</script>
<style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment