16735: Added better checks for the PAM and LDAP login
[arvados-workbench2.git] / src / views-components / current-token-dialog / current-token-dialog.tsx
index 0ea24690fd901c92e33ab5732e8aa398f3cc812f..9cb08f8b825b49a487a3da86bc87e00176cb56a4 100644 (file)
@@ -57,6 +57,7 @@ unset ARVADOS_API_HOST_INSECURE`
 
     render() {
         const { classes, open, closeDialog, ...data } = this.props;
+
         return <Dialog
             open={open}
             onClose={closeDialog}