1
0
mirror of https://github.com/bitwarden/server synced 2026-01-28 07:13:46 +00:00

refactor(emergency-access) [PM-29584]: Move mail to UserFeatures area.

This commit is contained in:
enmande
2026-01-02 11:20:08 -05:00
parent 278b51c2a6
commit b7e45955e5

View File

@@ -1,6 +1,6 @@
<mjml>
<mj-head>
<mj-include path="../../components/head.mjml" />
<mj-include path="../../../../components/head.mjml" />
</mj-head>
<mj-body css-class="border-fix">
<!-- Blue Header Section -->
@@ -26,6 +26,6 @@
</mj-wrapper>
<!-- Footer -->
<mj-include path="../../components/footer.mjml" />
<mj-include path="../../../../components/footer.mjml" />
</mj-body>
</mjml>