Skip to content

Commit 4eefd1d

Browse files
committed
chore(greenhouse): fix type
1 parent ada6ff8 commit 4eefd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/greenhouse/src/components/AuthProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export const AuthProvider = ({ options, children }: any) => {
195195

196196
const pluginAuth = pluginAuthRef.current
197197

198-
const initializeOidc = (): OidcSessionInstance | null => {
198+
const initializeOidc = () => {
199199
if (oidcInstance.current || oidcError) return oidcInstance.current
200200
setIsDemoMode(false)
201201
const {

0 commit comments

Comments
 (0)