Skip to content

Commit ca6b6be

Browse files
committed
chore: rename bouncer to authorization-resolver in playground
1 parent 36b331f commit ca6b6be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

playground/plugins/bouncer.ts renamed to playground/plugins/authorization-resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineNuxtPlugin } from '#app'
22

33
export default defineNuxtPlugin({
4-
name: 'bouncer',
4+
name: 'authorization-resolver',
55
parallel: true,
66
setup() {
77
return {

0 commit comments

Comments
 (0)