Add visible debug bar for role detection
This commit is contained in:
@@ -431,7 +431,9 @@
|
|||||||
|
|
||||||
{#if canAccess}
|
{#if canAccess}
|
||||||
<div class="blossom-view">
|
<div class="blossom-view">
|
||||||
<!-- DEBUG: role={currentEffectiveRole} isAdmin={isAdmin} -->
|
<div style="background: red; color: white; padding: 4px; font-size: 12px;">
|
||||||
|
DEBUG: role="{currentEffectiveRole}" isAdmin={isAdmin}
|
||||||
|
</div>
|
||||||
<div class="header-section">
|
<div class="header-section">
|
||||||
{#if selectedAdminUser}
|
{#if selectedAdminUser}
|
||||||
<button class="back-btn" on:click={exitUserView}>
|
<button class="back-btn" on:click={exitUserView}>
|
||||||
|
|||||||
Reference in New Issue
Block a user