Skip to content

Commit

Permalink
Allow legacy clinic accounts to accept terms and conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Nov 23, 2024
1 parent 78de033 commit 1be3bb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class TidepoolTermsRequiredAction implements RequiredActionProvider, Requ

public static final Map<String, String> FORMS = Map.of(
"patient","patient_terms.ftl",
"clinic", "clinician_terms.ftl",
"clinician", "clinician_terms.ftl"
);

Expand Down

0 comments on commit 1be3bb0

Please sign in to comment.