mirror of
https://github.com/bitwarden/browser
synced 2026-02-21 03:43:58 +00:00
* use bit-table-scroll on inactive 2FA and unsecured website reports * fix: back to reports button renders on report page load
12 lines
239 B
HTML
12 lines
239 B
HTML
<router-outlet></router-outlet>
|
|
|
|
<div class="tw-flex tw-flex-wrap tw-gap-4 tw-mt-4">
|
|
<div class="tw-w-full">
|
|
@if (!homepage) {
|
|
<a bitButton routerLink="./">
|
|
{{ "backToReports" | i18n }}
|
|
</a>
|
|
}
|
|
</div>
|
|
</div>
|