Skip to content

Commit 41bffd3

Browse files
committed
wip
1 parent 68230ec commit 41bffd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/frontend/src/pages/settings/2fa.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
44
-->
55

66
<template>
7-
<SearchMarker :keywords="['2fa']">
7+
<SearchMarker markerId="2fa" :keywords="['2fa']">
88
<FormSection :first="first">
99
<template #label><SearchLabel>{{ i18n.ts['2fa'] }}</SearchLabel></template>
1010

packages/frontend/src/pages/settings/security.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
44
-->
55

66
<template>
7-
<SearchMarker path="/settings/security" :label="i18n.ts.security" :keywords="['security']" icon="ti ti-lock">
7+
<SearchMarker path="/settings/security" :label="i18n.ts.security" :keywords="['security']" icon="ti ti-lock" :children="['2fa']">
88
<div class="_gaps_m">
99
<SearchMarker :keywords="['password']">
1010
<FormSection first>

0 commit comments

Comments
 (0)