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
fix(auth): make MFA uid optional for updateUser operations (#1278)
* fix(auth): make MFA uid optional for updateUser operations
MFA `uid` should be optional for `updateUser` operations.
When not specified, the backend will provision a `uid` for the
enrolled second factor.
Fixes#1276
0 commit comments