forked from MapComplete/MapComplete
Repair 'fake user' functionality
This commit is contained in:
parent
39c079db45
commit
e36e594b89
3 changed files with 34 additions and 24 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue