Skip to content

Commit

Permalink
Fix Authentik icon (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 authored Nov 26, 2024
1 parent 17127bd commit 002769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/services/oauth-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const OauthService = {
case "amazon":
return "fa-brands fa-amazon";
case "authentik":
return "fa-brands fa-key";
return "fa-solid fa-key";
case "facebook":
return "fa-brands fa-facebook";
case "github":
Expand Down

0 comments on commit 002769b

Please sign in to comment.