mirror of
https://github.com/Silentely/eSIM-Tools.git
synced 2026-09-03 06:24:20 +08:00
fix(ui): ensure proper visibility toggle for device change and login steps
- hide login step and show device change option when switching to device change flow - reset ui to show login step and hide device change elements on form reset - update step indicator to skip step 1 when showing device change option
This commit is contained in:
@@ -199,7 +199,7 @@ const response = await fetch('https://appapi.simyo.nl/simyoapi/api/v1/sessions',
|
||||
method: 'POST',
|
||||
headers: createHeaders(false),
|
||||
body: JSON.stringify({
|
||||
phoneNumber: '0613715742',
|
||||
phoneNumber: '0613123712',
|
||||
password: 'your_password'
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user