Skip to content

Commit

Permalink
Removed comments on code that requests login codes
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Jul 25, 2024
1 parent 2e972b5 commit dda5310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Simplenote/AuthViewController+Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dda5310

Please sign in to comment.