From 12942d16c48469a1511f6c0596c9f4e228949a74 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 18 Jun 2021 10:06:27 +0200 Subject: [PATCH] chore: updating api-report Signed-off-by: blam --- plugins/auth-backend/api-report.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/auth-backend/api-report.md b/plugins/auth-backend/api-report.md index 4788b9c102..6ae878accf 100644 --- a/plugins/auth-backend/api-report.md +++ b/plugins/auth-backend/api-report.md @@ -70,9 +70,6 @@ export const encodeState: (state: OAuthState) => string; // @public (undocumented) export const ensuresXRequestedWith: (req: express.Request) => boolean; -// @public (undocumented) -export const googleDefaultSignInResolver: SignInResolver; - // @public (undocumented) export const googleEmailSignInResolver: SignInResolver;