Commit 41bffd3 1 parent 68230ec commit 41bffd3 Copy full SHA for 41bffd3
File tree 2 files changed +2
-2
lines changed
packages/frontend/src/pages/settings
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
4
4
-->
5
5
6
6
<template>
7
- <SearchMarker :keywords="['2fa']">
7
+ <SearchMarker markerId="2fa" :keywords="['2fa']">
8
8
<FormSection :first="first">
9
9
<template #label><SearchLabel>{{ i18n.ts['2fa'] }}</SearchLabel></template>
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
4
4
-->
5
5
6
6
<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']" >
8
8
<div class="_gaps_m">
9
9
<SearchMarker :keywords="['password']">
10
10
<FormSection first>
You can’t perform that action at this time.
0 commit comments