Skip to content

Commit 99a3e37

Browse files
authored
make MFA Setup URL relative (#410)
1 parent d787d7f commit 99a3e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_ui/src/components/NavDropDownMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</router-link>
1515
</li>
1616
<li>
17-
<a href="/api/mfa-setup/" @click="$event.stopPropagation()">
17+
<a href="./api/mfa-setup/" @click="$event.stopPropagation()">
1818
<font-awesome-icon icon="mobile-alt" />{{ $t("MFA Setup") }}
1919
</a>
2020
</li>

0 commit comments

Comments
 (0)