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 {