mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
UBERF-6180: Fix account issues (#5063)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -619,7 +619,7 @@
|
||||
$: modern = currentApplication?.modern ?? false
|
||||
</script>
|
||||
|
||||
{#if employee && !employee.active}
|
||||
{#if employee && !employee.active && !isAdminUser()}
|
||||
<div class="flex-col-center justify-center h-full flex-grow">
|
||||
<h1><Label label={workbench.string.AccountDisabled} /></h1>
|
||||
<Label label={workbench.string.AccountDisabledDescr} />
|
||||
|
||||
Reference in New Issue
Block a user