Skip to content

Commit

Permalink
fix: authentication style on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 3, 2025
1 parent 92ec05e commit 58e796e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/profile/account-management.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function AccountManagement() {
return (
<div className="space-y-2">
<p className="text-sm font-semibold">{t("profile.link_social.authentication")}</p>
<div className="space-x-2">
<div className="flex flex-wrap items-center gap-2">
{Object.keys(providers || {})
.filter((provider) => provider !== "credential")
.map((provider) => (
Expand Down

0 comments on commit 58e796e

Please sign in to comment.