X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/92308b1b044dee2970c4409a0da660ccbecce945..ff1759078071c52b857afdbe64713ebf0833fae4:/services/workbench2/src/views/login-panel/login-panel.tsx diff --git a/services/workbench2/src/views/login-panel/login-panel.tsx b/services/workbench2/src/views/login-panel/login-panel.tsx index 110097bee5..f834b3b6df 100644 --- a/services/workbench2/src/views/login-panel/login-panel.tsx +++ b/services/workbench2/src/views/login-panel/login-panel.tsx @@ -12,6 +12,7 @@ import { RootState } from 'store/store'; import { LoginForm } from 'views-components/login-form/login-form'; import Axios from 'axios'; import { Config } from 'common/config'; +import { sanitizeHTML } from 'common/html-sanitize'; type CssRules = 'root' | 'container' | 'title' | 'content' | 'content__bolder' | 'button'; @@ -98,7 +99,7 @@ export const LoginPanel = withStyles(styles)( style={{ marginTop: 56, overflowY: "auto", height: "100%" }}> -
+
{Object.keys(remoteHosts).length > 1 && loginCluster === "" &&