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
Cleanup TOTP code to include Firebase User reference in MultiFactorSession. (#7346)
* cleanup TOTP code to include Firebase user reference in MultiFactorSession
* removed helper comments
* Added fakeUid const to organize code
* edited test to match changes in MultiFactorSession
* resolved TestAuth incompatible type error
* resolved more TestAuth incompatible type error
* resubmitting
* fixed formatting & resolved issue with undefined
* fixed format issue
* fixed formatting
* tried to resolve issue with user being undefined
* fixed if statement formatting
* addressed feedback: changed expect to compare user
* fixed formatting
* fixed the issue with undefined
* instantiate user
* organized import statements
* changed import formatting
* resubmitting for import formatting issue
* ran yarn format
0 commit comments