You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The type mismatch has been added to handle a scenario where the user is migrating passwordless flows.
140
-
// Passwordless flow added a new enum case with a associated type. The association resulted in encoding structure changes that is different from the non-passwordless flows.
140
+
// Passwordless flow added a new enum case with a associated type.
141
+
// The association resulted in encoding structure changes that is different from the non-passwordless flows.
141
142
// The structure change causes the type mismatch exception and this code block tries to retrieve the legacy structure and decode it.
0 commit comments