Skip to content

Commit

Permalink
Add available simple-icons to SimpleLogin SSO (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyatroot committed May 15, 2024
1 parent 3e9fb21 commit 0ca9585
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import '@fortawesome/fontawesome-free/scss/fontawesome';
@import '@fortawesome/fontawesome-free/scss/solid';
@import '@fortawesome/fontawesome-free/scss/brands';
@import 'simple-icons-font/font/simple-icons';
@import 'glightbox/dist/css/glightbox.min.css';
@import 'mixins/animations';
@import 'mixins/kbin';
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"regenerator-runtime": "^0.14.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"simple-icons-font": "^11.12.0",
"stimulus-textarea-autogrow": "^4.1.0",
"stimulus-use": "^0.52.1",
"timeago.js": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/components/login_socials.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<span>{{ 'continue_with'|trans }} Keycloak</span></a>
{% endif %}
{% if this.simpleloginEnabled %}
<a href="{{ path('oauth_simplelogin_connect') }}" class="btn btn__secondary"><i class="fa-solid fa-lock" aria-hidden="true"></i>
<a href="{{ path('oauth_simplelogin_connect') }}" class="btn btn__secondary"><i class="si si-simplelogin" aria-hidden="true"></i>
<span>{{ 'continue_with'|trans }} SimpleLogin</span></a>
{% endif %}
{% if this.zitadelEnabled %}
Expand Down

0 comments on commit 0ca9585

Please sign in to comment.