chore: fixing some code review comments

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-12-03 10:21:01 +01:00
parent acbb4cedd4
commit 388fd9bb7f
8 changed files with 15 additions and 13 deletions
@@ -44,3 +44,5 @@ export type {
BackstageIdentityResponse,
ProfileInfo,
} from './types';
export { decorateWithIdentity } from './decorateWithIdentity';
@@ -205,6 +205,8 @@ export class OidcAuthProvider implements OAuthHandlers {
},
);
}
return response;
}
}