diff --git a/moldes/realm-do-tenant.json b/moldes/realm-do-tenant.json index 00320a7..cbd7163 100644 --- a/moldes/realm-do-tenant.json +++ b/moldes/realm-do-tenant.json @@ -49,9 +49,7 @@ "webOrigins": [ "https://{{TENANT}}.athleticmap.com" ], - "loginTheme": "athleticmap-v2", - "emailTheme": "athleticmap-v2", - "attributes": { + "attributes": { "pkce.code.challenge.method": "S256", "post.logout.redirect.uris": "https://{{TENANT}}.athleticmap.com/*" }, @@ -88,5 +86,7 @@ "password": "{{SMTP_SENHA}}", "starttls": "{{SMTP_STARTTLS}}", "ssl": "false" - } + }, + "loginTheme": "athleticmap-v2", + "emailTheme": "athleticmap-v2" }