Skip to content

Commit

Permalink
Revert "[lib] Temporarily flip usingRestoreFlow to true"
Browse files Browse the repository at this point in the history
This reverts commit c8be19e.
  • Loading branch information
Ashoat committed Jan 29, 2025
1 parent e5f4dcd commit 49e6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/services-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const relyingOnAuthoritativeKeyserver = true;
// If this is true, then we're using the login 2.0, which means that a user
// can either restore an account (primary login) or log in using the QR code
// (secondary login).
const usingRestoreFlow = true;
const usingRestoreFlow = false;

function createHTTPAuthorizationHeader(authMetadata: AuthMetadata): string {
// explicit destructure to make it future-proof
Expand Down

0 comments on commit 49e6902

Please sign in to comment.