From dda5310bba36f8ee05487416d78a44799f9985a2 Mon Sep 17 00:00:00 2001 From: Charlie Scheer Date: Thu, 25 Jul 2024 11:31:39 -0600 Subject: [PATCH] Removed comments on code that requests login codes --- Simplenote/AuthViewController+Swift.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Simplenote/AuthViewController+Swift.swift b/Simplenote/AuthViewController+Swift.swift index 61f3ff68b..93b693ca9 100644 --- a/Simplenote/AuthViewController+Swift.swift +++ b/Simplenote/AuthViewController+Swift.swift @@ -280,9 +280,9 @@ extension AuthViewController { do { -// let email = usernameText -// let remote = LoginRemote() -// try await remote.requestLoginEmail(email: email) + let email = usernameText + let remote = LoginRemote() + try await remote.requestLoginEmail(email: email) pushCodeLoginView() } catch {