Skip to content

Commit

Permalink
feat: remove okta logo from login providers list
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd committed Jan 30, 2024
1 parent 6e1b5fd commit c4e1ff8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions ui/components/NodeInputSubmit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export const NodeInputSubmit: FC<NodeInputProps> = ({
if (value.toLowerCase().startsWith("microsoft")) {
return "logos/Microsoft.svg";
}
if (value.toLowerCase().startsWith("okta")) {
return "logos/Okta.svg";
}
if (value.toLowerCase().startsWith("ping")) {
return "logos/Ping.svg";
}
Expand Down
10 changes: 0 additions & 10 deletions ui/public/logos/Okta.svg

This file was deleted.

0 comments on commit c4e1ff8

Please sign in to comment.