Project

General

Profile

BUG #4147

Updated by Nazmul Hossain Shovon about 2 months ago

**Issue Description**   
 During **Admin Profile Sign In and Sign Out**, the **username displayed in the navbar briefly changes** from **“Admin User”** to **“development”**, causing a noticeable **UI flicker**. This transient state is visible to the user and should not appear during authentication state changes. 

 **Module / Page**   
 Admin Profile → Sign In / Sign Out 

 **Module Section**   
 Navbar / User Identity Display 

 **Screen Size**   
 Desktop 

 **Tested By**   
 Tasfia Zaima 

 --- 

 #### Steps to Reproduce 
 1. Open the application. 
 2. Sign in with an **admin account**. 
 3. Observe the **username displayed in the navbar** during the sign-in process. 
 4. Click **Sign Out**. 
 5. Observe the navbar again during the sign-out process. 

 **Expected Result**   
 No flicker or transient text (such as **“development”**) should be visible during **Sign In or Sign Out**.   
 The navbar should consistently display the correct **admin username** or a loading state. 

 **Actual Result**   
 The username in the navbar briefly changes from **“Admin User”** to **“development”** during Sign In and Sign Out. 

 **Attachments**   
 [PoC](https://drive.google.com/file/d/1dogSn35SU9GxbNiMCmCcewLBM7oHgGXT/view) 

 **Types of Issue**   
 Functional Issue 

 --- 

 **Root Cause:**   
 lack of loading skeleton 

   


 **Impacted Area:**   
 navbar user menu

Back