Skip to content

Commit

Permalink
feat: keep
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Aug 26, 2024
1 parent c7a48a4 commit 34bf1c4
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 5 deletions.
7 changes: 6 additions & 1 deletion theme/keywind/login/components/atoms/logo.ftl

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<#import "/assets/providers/providers.ftl" as providerIcons>

<#macro kw providers=[]>
<div class="pt-4 separate text-secondary-600 text-sm">
${msg("identity-provider-login-label")}
</div>
<#if providers?size gt 0>
<div class="pt-4 separate text-secondary-600 text-sm">
${msg("identity-provider-login-label")}
</div>
</#if>
<div class="gap-4 grid" style="display: flex; justify-content: center; flex-wrap: wrap;">
<#list providers as provider>
<#switch provider.alias>
Expand Down
2 changes: 1 addition & 1 deletion theme/keywind/login/resources/dist/index.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions theme/keywind/login/resources/keep-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions theme/keywind/login/resources/keep.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34bf1c4

Please sign in to comment.