mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix build errors.
This commit is contained in:
@@ -195,7 +195,7 @@ class AccountsReaderAPIWindowController: NSWindowController {
|
||||
|
||||
@IBAction func createAccountWithProvider(_ sender: Any) {
|
||||
|
||||
guard let createAccountURL = accountType.createAccountURL else {
|
||||
guard let createAccountURL = accountType?.createAccountURL else {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@@ -266,7 +266,7 @@ class ReaderAPIAccountViewController: UITableViewController {
|
||||
|
||||
@IBAction func signUpWithProvider(_ sender: Any) {
|
||||
|
||||
guard let createAccountURL = accountType.createAccountURL else {
|
||||
guard let createAccountURL = accountType?.createAccountURL else {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user