Remove unused dialog, todo comments and other tiny tweaks
This commit is contained in:
parent
3bdedd73f7
commit
86025459f4
5 changed files with 2 additions and 51 deletions
|
@ -46,7 +46,6 @@ const SSOButton: React.FC<ISSOButtonProps> = ({
|
|||
|
||||
let icon;
|
||||
if (idp && idp.icon && idp.icon.startsWith("https://")) {
|
||||
// TODO sanitize images
|
||||
icon = <img src={idp.icon} height="24" width="24" alt={label} />;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue