chore: tidying up a little bit ready for release
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Vendored
+1
@@ -65,6 +65,7 @@ export interface Config {
|
||||
authorizationUrl: string;
|
||||
tokenUrl: string;
|
||||
scope?: string;
|
||||
disableRefresh?: boolean;
|
||||
};
|
||||
};
|
||||
oidc?: {
|
||||
|
||||
@@ -190,7 +190,7 @@ export const createOAuth2Provider = (
|
||||
});
|
||||
|
||||
return OAuthAdapter.fromConfig(globalConfig, provider, {
|
||||
disableRefresh: disableRefresh,
|
||||
disableRefresh,
|
||||
providerId,
|
||||
tokenIssuer,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user