Skip to content

Commit

Permalink
Use sessionStorage change key
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Feb 21, 2024
1 parent ae1f037 commit 57c5ae0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/general/SplashScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ defineProps<Props>()
const router = useRouter()
const showDialog = useStorage('fews-weboc-oc:splash-screen', true)
const showDialog = useStorage(
'weboc-splash-screen-v1.0.0',
true,
sessionStorage,
{ mergeDefaults: true },
)
const termsPath = 'terms-of-use'
const configStore = useConfigStore()
Expand Down

0 comments on commit 57c5ae0

Please sign in to comment.