From 85fd99399c5db1d12ca9805960bbb6f24cd0c2af Mon Sep 17 00:00:00 2001 From: Bill Gestrich <3207996+gestrich@users.noreply.github.com> Date: Sun, 13 Feb 2022 08:26:29 -0500 Subject: [PATCH] Support helper text in Authentication views and always show auth secret field to prevent confusion on current auth setup. --- ShareClientUI/ShareService+UI.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShareClientUI/ShareService+UI.swift b/ShareClientUI/ShareService+UI.swift index 1fc86e2..ca6723f 100644 --- a/ShareClientUI/ShareService+UI.swift +++ b/ShareClientUI/ShareService+UI.swift @@ -35,4 +35,6 @@ extension ShareService: ServiceAuthenticationUI { ) ] } + + public var credentialFormFieldHelperMessage: String? { nil } }