Repair 'fake user' functionality

This commit is contained in:
Pieter Vander Vennet 2024-03-11 00:01:44 +01:00
parent 39c079db45
commit e36e594b89
3 changed files with 34 additions and 24 deletions

View file

@ -257,6 +257,9 @@
<If condition={state.featureSwitchIsTesting}>
<div class="alert w-fit">Testmode</div>
</If>
<If condition={state.featureSwitches.featureSwitchFakeUser}>
<div class="alert w-fit">Faking a user (Testmode)</div>
</If>
</div>
<div class="flex w-full flex-col items-center justify-center">
<!-- Flex and w-full are needed for the positioning -->