Skip to content

Commit

Permalink
fix: add missing curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann committed Nov 29, 2024
1 parent 04a7b98 commit be38122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/elements/src/pages/LoginInitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ const LoginInitPage = (props: Props) => {
v.value.startsWith("custom_")
? "customProvider"
: v.value
}
showLastUsed={
lastLogin?.login_method == "third_party" &&
lastLogin?.third_party_provider == v.value
Expand Down

0 comments on commit be38122

Please sign in to comment.