Skip to content

Commit 73e5625

Browse files
committed
Company name required
1 parent 638b592 commit 73e5625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/auth/ui/RequestAccount.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ qx.Class.define("osparc.auth.ui.RequestAccount", {
8686
switch (osparc.product.Utils.getProductName()) {
8787
case "s4l":
8888
this._form.add(organization, this.tr("Company Name"), null, "company");
89+
organization.setRequired(true);
8990
break;
9091
case "s4lacad":
9192
case "s4ldesktopacad":

0 commit comments

Comments
 (0)