Skip to content

Commit 34bf1c4

Browse files
committed
feat: keep
1 parent c7a48a4 commit 34bf1c4

File tree

5 files changed

+128
-5
lines changed

5 files changed

+128
-5
lines changed

theme/keywind/login/components/atoms/logo.ftl

+6-1
Large diffs are not rendered by default.

theme/keywind/login/components/molecules/identity-provider.ftl

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<#import "/assets/providers/providers.ftl" as providerIcons>
22

33
<#macro kw providers=[]>
4-
<div class="pt-4 separate text-secondary-600 text-sm">
5-
${msg("identity-provider-login-label")}
6-
</div>
4+
<#if providers?size gt 0>
5+
<div class="pt-4 separate text-secondary-600 text-sm">
6+
${msg("identity-provider-login-label")}
7+
</div>
8+
</#if>
79
<div class="gap-4 grid" style="display: flex; justify-content: center; flex-wrap: wrap;">
810
<#list providers as provider>
911
<#switch provider.alias>

theme/keywind/login/resources/dist/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/keywind/login/resources/keep-icon.svg

+6
Loading
+110
Loading

0 commit comments

Comments
 (0)