mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
show/hide password when signing up
This commit is contained in:
@@ -18,7 +18,6 @@ class AddFeedlyViewModel: ObservableObject, OAuthAccountAuthorizationOperationDe
|
||||
@Published var showError: Bool = false
|
||||
@Published var username: String = ""
|
||||
@Published var password: String = ""
|
||||
@Published var showPassword: Bool = false
|
||||
|
||||
func authenticateFeedly() {
|
||||
isAuthenticating = true
|
||||
|
||||
Reference in New Issue
Block a user