From 690175d6cf8400caf5b7c94738d1313aee266bd3 Mon Sep 17 00:00:00 2001 From: deploy Date: Fri, 25 Sep 2026 00:36:17 +0000 Subject: [PATCH] feat(molde): o realm do tenant nasce com os temas de login e de e-mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O loginTheme eu tinha editado so na copia local e nunca empurrado — um tenant novo ainda nasceria com a tela de fabrica. Vai junto com o emailTheme. --- moldes/realm-do-tenant.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/moldes/realm-do-tenant.json b/moldes/realm-do-tenant.json index 2ccd631..00320a7 100644 --- a/moldes/realm-do-tenant.json +++ b/moldes/realm-do-tenant.json @@ -49,7 +49,9 @@ "webOrigins": [ "https://{{TENANT}}.athleticmap.com" ], - "attributes": { + "loginTheme": "athleticmap-v2", + "emailTheme": "athleticmap-v2", + "attributes": { "pkce.code.challenge.method": "S256", "post.logout.redirect.uris": "https://{{TENANT}}.athleticmap.com/*" },