Skip to content

Commit 1ec007b

Browse files
committed
fix(keycloak): fix formatting
1 parent 96c5760 commit 1ec007b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,4 @@ export default defineNuxtModule<ModuleOptions>({
425425
clientId: '',
426426
})
427427
},
428-
})
428+
})

src/runtime/server/lib/oauth/keycloak.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ export function defineOAuthKeycloakEventHandler({
155155
tokens,
156156
})
157157
})
158-
}
158+
}

0 commit comments

Comments
 (0)