From 49e69023c557a2cc4f662b95a48d6a7ca40645a6 Mon Sep 17 00:00:00 2001 From: Ashoat Tevosyan Date: Tue, 28 Jan 2025 16:44:25 -0800 Subject: [PATCH] Revert "[lib] Temporarily flip usingRestoreFlow to true" This reverts commit c8be19e7af9f56977912b0b61ba3c59f253572fd. --- lib/utils/services-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/services-utils.js b/lib/utils/services-utils.js index d9cfc9bc47..0ee0c293ac 100644 --- a/lib/utils/services-utils.js +++ b/lib/utils/services-utils.js @@ -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