Skip to content

Commit

Permalink
Make authview update the username field with state on view change
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Sep 12, 2024
1 parent 5b6d89e commit 47ed1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Simplenote/AuthViewController+Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ extension AuthViewController {
codeTextField.isHidden = !inputElements.contains(.code)
actionsSeparatorView.isHidden = !inputElements.contains(.actionSeparator)

usernameField.stringValue = state.username
}

/// Drops any Errors onscreen
Expand Down

0 comments on commit 47ed1a8

Please sign in to comment.