This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Personvernerklæring #182
Draft
S1GGEN
wants to merge
2
commits into
s0lvang:master
Choose a base branch
from
S1GGEN:feature/privacynotice
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Personvernerklæring #182
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<template> | ||
<section> | ||
<h1 class="title">Personvern</h1> | ||
<h3>Hvilken data samler vi inn?</h3> | ||
<!-- TODO: Hvilke data vi (og tredjeparter) samler inn --> | ||
<h3>Hvordan samler vi inn data?</h3> | ||
<!-- TODO: Hvordan vi (og tredjeparter) samler inn dataene --> | ||
<h3>Hvordan bruker vi din data?</h3> | ||
Dine data brukes ikke til annet enn det som er strengt nødvendig for å tilby | ||
tjenesten. | ||
<!-- TODO: Hvordan bruker tredjeparter disse dataene? --> | ||
<h3>Hvordan lagrer vi dine data?</h3> | ||
<!-- TODO: Hvordan vi (og tredjeparter) lagrer disse dataene --> | ||
<h3>Dine rettigheter</h3> | ||
Du kan selv slette brukeren din og alle relaterte data på | ||
<a href="https://karantenehjelpen.no/my-page">Min side</a>. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Antar at det er en mer hensiktsmessig måte å gjøre dette på via routeren, om noen vet hvordan; rop ut. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Eller kanskje uten |
||
<!-- TODO: Link to other view in a more Vue-like manner --> | ||
<!-- TODO: Verifisere at disse dataene faktisk slettes hos tredjeparter --> | ||
På <a href="https://karantenehjelpen.no/my-page">Min side</a> kan du også | ||
redigere telefonnummeret ditt. Ved andre henvendelser om personvern, send en | ||
e-post til | ||
<a href="mailto:[email protected]" | ||
>[email protected]</a | ||
> | ||
<h3>Cookies</h3> | ||
Vi bruker cookies til å holde deg innlogget på siden. | ||
<!-- TODO: Write more about these cookies --> | ||
<h3>Kontakt</h3> | ||
Skulle du lure på noe mer, er det bare å ta kontakt på | ||
<a href="mailto:[email protected]" | ||
>[email protected]</a | ||
> | ||
</section> | ||
</template> | ||
<script> | ||
export default { | ||
name: "PrivacyNotice" | ||
}; | ||
</script> | ||
|
||
<style scoped></style> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Antar at det er en mer hensiktsmessig måte å gjøre dette på via routeren, om noen vet hvordan; rop ut.