Skip to content

Commit

Permalink
wip: manage public applications (closes #858)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Oct 8, 2024
1 parent aeee1b7 commit 711860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/guards.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function permissionsGuard (user, to, from) {
}

// Guard based on route definition
export function routeGuard (user, to, from) {
export function publicRouteGuard (user, to, from) {
// Retrieves routes corresponding to the destination
const matchedRoute = _.get(to, 'matched', [])
// Retrieves the last corresponding route
Expand Down

0 comments on commit 711860a

Please sign in to comment.