Remove unused dialog, todo comments and other tiny tweaks

This commit is contained in:
Michael Telatynski 2020-11-26 15:01:12 +00:00
parent 3bdedd73f7
commit 86025459f4
5 changed files with 2 additions and 51 deletions

View file

@ -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} />;
}

View file

@ -42,7 +42,6 @@ const showPickerDialog = (
const onHelpClick = () => {
Modal.createTrackedDialog('Custom Server Dialog', '', InfoDialog, {
// TODO
title: _t("Server Options"),
description: _t("You can use the custom server options to sign into other Matrix servers by specifying " +
"a different homeserver URL. This allows you to use Element with an existing Matrix account on " +