Skip to content

Add OOB flow to reset email when updateEmail is used. #3096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Feb 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/emulator/auth/operations.ts
Co-authored-by: Yuchen Shi <[email protected]>
  • Loading branch information
ssbushi and yuchenshi authored Feb 17, 2021
commit 4634c72a30bec2a223a1837c00fcf9c6eee22c50
1 change: 0 additions & 1 deletion src/emulator/auth/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,6 @@ function createOobRecord(
continueUrl?: string;
}
): OobRecord {
// Encode the old email with the OOB code. The new email is stored in the UserInfo object.
const oobRecord = state.createOob(email, params.requestType, (oobCode) => {
url.pathname = "/emulator/action";
url.searchParams.set("mode", params.mode);
Expand Down