Skip to content

Commit

Permalink
differentiate based on credential type (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnzrr authored Jan 12, 2024
1 parent 342cd8d commit bf96e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profile/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const SigninProfile = () => {
}
}}
>
{t("update")}
{credentialType === "password" ? t("update") : t("remove")}
</Button>
)}
</>
Expand Down

0 comments on commit bf96e01

Please sign in to comment.