Skip to content

Commit

Permalink
AuthViewController: Updates API visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Jul 26, 2024
1 parent 275b492 commit 5cbb302
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Simplenote/AuthViewController+Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extension AuthViewController {
simplenoteTitleView.stringValue = "Simplenote"
simplenoteSubTitleView.textColor = .simplenoteGray50Color
simplenoteSubTitleView.stringValue = NSLocalizedString("The simplest way to keep notes.", comment: "Simplenote subtitle")

// Error Label
errorField.stringValue = ""
errorField.textColor = .red
Expand Down Expand Up @@ -271,7 +272,7 @@ extension AuthViewController {
}

@MainActor
func performLoginWithEmailRequestInTask() async {
private func performLoginWithEmailRequestInTask() async {
defer {
stopActionAnimation()
setInterfaceEnabled(true)
Expand Down Expand Up @@ -416,6 +417,7 @@ extension AuthViewController {
}
}


// MARK: - Login Error Handling
//
extension AuthViewController {
Expand Down

0 comments on commit 5cbb302

Please sign in to comment.