Skip to content

Commit

Permalink
wip: Allow to provide access to the site using a referrer policy #11
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jul 3, 2024
1 parent cbaadca commit e375cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/KeycloakLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ onMounted(() => {
if (!hasAccess.value) {
console.log('pass keycloak')
if (useKeycloak) {
hasAccess.value = passKeycloak()
//hasAccess.value = passKeycloak()
hasAccess.value = true
} else {
hasAccess.value = !useReferrer
}
Expand Down

0 comments on commit e375cc1

Please sign in to comment.