Skip to content

Commit a53c154

Browse files
committed
University required in s4l-science
1 parent 73e5625 commit a53c154

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ qx.Class.define("osparc.auth.ui.RequestAccount", {
9090
break;
9191
case "s4lacad":
9292
case "s4ldesktopacad":
93+
this._form.add(organization, this.tr("University"), null, "university");
94+
organization.setRequired(true);
95+
break;
9396
case "tiplite":
9497
this._form.add(organization, this.tr("University"), null, "university");
9598
break;

0 commit comments

Comments
 (0)