We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467039f commit 3544218Copy full SHA for 3544218
1 file changed
x-pack/plugins/security/server/routes/authentication/common.ts
@@ -7,7 +7,6 @@
7
8
import type { TypeOf } from '@kbn/config-schema';
9
import { schema } from '@kbn/config-schema';
10
-import { getDocLinks } from '@kbn/doc-links';
11
import { i18n } from '@kbn/i18n';
12
import { parseNextURL } from '@kbn/std';
13
@@ -25,8 +24,6 @@ import { wrapIntoCustomErrorResponse } from '../../errors';
25
24
import { createLicensedRouteHandler } from '../licensed_route_handler';
26
import { ROUTE_TAG_AUTH_FLOW, ROUTE_TAG_CAN_REDIRECT } from '../tags';
27
28
-const docLinks = getDocLinks();
29
-
30
/**
31
* Defines routes that are common to various authentication mechanisms.
32
*/
0 commit comments