mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
models now handle authentication
This commit is contained in:
@@ -29,7 +29,7 @@ struct SettingsAddAccountView: View {
|
||||
.sheet(isPresented: $model.isAddPresented) {
|
||||
switch model.selectedAccountType {
|
||||
case .onMyMac:
|
||||
SettingsLocalAccountView()
|
||||
AddLocalAccountView()
|
||||
case .feedbin, .feedWrangler, .newsBlur, .freshRSS:
|
||||
SettingsCredentialsAccountView(accountType: model.selectedAccountType!)
|
||||
case .cloudKit:
|
||||
|
||||
Reference in New Issue
Block a user