Skip to content

Commit

Permalink
Configure olapps to use the ol email theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Apr 4, 2024
1 parent 4983d8e commit 6150580
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ol_infrastructure/substructure/keycloak/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,10 @@
attributes={
"business_unit": f"operations-{env_name}",
},
display_name="OL Apps",
display_name_html="<b>MIT Open Learning Applications</b>",
display_name="MIT Open",
display_name_html="<b>MIT Open</b>",
enabled=True,
email_theme="ol",
login_theme="ol",
duplicate_emails_allowed=False,
otp_policy=keycloak.RealmOtpPolicyArgs(
Expand Down

0 comments on commit 6150580

Please sign in to comment.