Project

General

Profile

Bug #1474

Updated by khadija tul Kubra 10 days ago

**Description:** 
 When switching between login tabs (Email and Phone Number), the previously entered data is retained instead of being cleared. This leads to inconsistent behavior and may confuse users expecting a fresh input state on each tab. 

 **Steps to Reproduce:** 
 * Navigate to the login screen 
 * Select the Phone Number tab 
 * Enter a phone number 
 * Switch to the Email tab 
 * Switch back to the Phone Number tab 

 **Actual Result** 
 * Previously entered phone number is still visible 
 * Input field is not reset 

 **Expected Result** 
 * Input fields should be cleared when switching tabs 
 * Each tab should load with a fresh/empty state

Back