1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-04-20 12:53:46 +02:00

keycloak: use email templates from archlinux-theme

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2022-11-15 19:15:09 +00:00
parent 228419b83e
commit 591431b707
No known key found for this signature in database
GPG Key ID: 59E43E106B247368

View File

@ -88,6 +88,7 @@ resource "keycloak_realm" "archlinux" {
login_theme = "archlinux"
account_theme = "archlinux"
admin_theme = "archlinux"
email_theme = "archlinux"
browser_flow = "Arch Browser"
registration_flow = "Arch Registration"