Skip to content

Commit

Permalink
Closes #62
Browse files Browse the repository at this point in the history
Remove gitignore from Java folder. Use camelCase in keycloak theme messages.
  • Loading branch information
Sojusan committed Jul 30, 2024
1 parent cde05fd commit b134732
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,6 @@ dist-ssr
# Environment files
.env
appsettings.Development.json

# Java
target/
1 change: 0 additions & 1 deletion keycloak/custom-functionalities/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion keycloak/themes/ksummarized/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<#elseif section = "socialProviders" >
<#if realm.password && social.providers??>
<div id="kc-social-providers" class="${properties.kcFormSocialAccountSectionClass!}">
<span>${msg("identity-provider-login-label")}</span>
<span>${msg("identityProvideLoginLabel")}</span>

<ul class="${properties.kcFormSocialAccountListClass!} <#if social.providers?size gt 3>${properties.kcFormSocialAccountListGridClass!}</#if>">
<#list social.providers as p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ changeItHere=Change it here
noAccount=Don''t have an account?
doRegister=Sign up
alreadyRegistered=Already have an account?
doLogIn=Log in
# Identity provider
identity-provider-login-label=Log in with
identity-provider-register-label=Sign up with
identityProvideLoginLabel=Log in with
identityProviderRegisterLabel=Sign up with
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<#elseif section = "socialProviders" >
<#if realm.password && social.providers??>
<div id="kc-social-providers" class="${properties.kcFormSocialAccountSectionClass!}">
<span>${msg("identity-provider-register-label")}</span>
<span>${msg("identityProviderRegisterLabel")}</span>

<ul class="${properties.kcFormSocialAccountListClass!} <#if social.providers?size gt 3>${properties.kcFormSocialAccountListGridClass!}</#if>">
<#list social.providers as p>
Expand Down

0 comments on commit b134732

Please sign in to comment.