diff --git a/web-server/components/SmbAuthentication.tsx b/web-server/components/SmbAuthentication.tsx index 07c3e677a..45eeb4cc8 100644 --- a/web-server/components/SmbAuthentication.tsx +++ b/web-server/components/SmbAuthentication.tsx @@ -247,12 +247,27 @@ export default class SmbAuthentication extends React.Component {
-
+
this.onValueChange(e.target.value, "username")} />
+ +
+
+
+
+ this.onValueChange(e.target.value, "domain")} /> +
+
{!this.state.session_exists&&(
@@ -333,23 +348,6 @@ export default class SmbAuthentication extends React.Component {
-
- -
-
-
-
- this.onValueChange(e.target.value, "domain")} /> -
-
-
{this.getFormInputsJSX()} );