Skip to content

Commit 3544218

Browse files
committed
Removes unused docLinks reference
1 parent 467039f commit 3544218

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • x-pack/plugins/security/server/routes/authentication

x-pack/plugins/security/server/routes/authentication/common.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import type { TypeOf } from '@kbn/config-schema';
99
import { schema } from '@kbn/config-schema';
10-
import { getDocLinks } from '@kbn/doc-links';
1110
import { i18n } from '@kbn/i18n';
1211
import { parseNextURL } from '@kbn/std';
1312

@@ -25,8 +24,6 @@ import { wrapIntoCustomErrorResponse } from '../../errors';
2524
import { createLicensedRouteHandler } from '../licensed_route_handler';
2625
import { ROUTE_TAG_AUTH_FLOW, ROUTE_TAG_CAN_REDIRECT } from '../tags';
2726

28-
const docLinks = getDocLinks();
29-
3027
/**
3128
* Defines routes that are common to various authentication mechanisms.
3229
*/

0 commit comments

Comments
 (0)