always load the full record on record view

This commit is contained in:
Gani Georgiev
2024-11-13 19:35:07 +02:00
parent 9f606bdeca
commit 396aa0f97c
33 changed files with 96 additions and 94 deletions
@@ -84,14 +84,14 @@
</div>
</h4>
<div class="accordions m-b-35">
<OTPAccordion bind:collection />
<PasswordAuthAccordion bind:collection />
{#if !isSuperusers}
<OAuth2Accordion bind:collection />
{/if}
<OTPAccordion bind:collection />
<MFAAccordion bind:collection />
</div>