From b2f8cc15133b73b805c8c481a97ba225f78be965 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 13 Sep 2019 22:17:43 +0200 Subject: [PATCH] Omit provider registration links --- Passepartout-iOS/Scenes/AccountViewController.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Passepartout-iOS/Scenes/AccountViewController.swift b/Passepartout-iOS/Scenes/AccountViewController.swift index 8b6f0130..b49afa24 100644 --- a/Passepartout-iOS/Scenes/AccountViewController.swift +++ b/Passepartout-iOS/Scenes/AccountViewController.swift @@ -123,11 +123,11 @@ class AccountViewController: UIViewController, TableModelHost { } model.setHeader("", for: .registration) } - if let _ = referralURL { - model.add(.registration) - model.setFooter(L10n.Core.Account.Sections.Registration.footer(name.rawValue), for: .registration) - model.set([.signUp], in: .registration) - } +// if let _ = referralURL { +// model.add(.registration) +// model.setFooter(L10n.Core.Account.Sections.Registration.footer(name.rawValue), for: .registration) +// model.set([.signUp], in: .registration) +// } } }