Merge branch 'sfPassword' into ro

This commit is contained in:
yflory
2019-10-22 17:26:32 +02:00
14 changed files with 199 additions and 89 deletions

View File

@@ -398,7 +398,7 @@ define([
var isOwner = Object.keys(privateData.teams || {}).filter(function (id) {
return privateData.teams[id].owner;
}).length >= Constants.MAX_TEAMS_OWNED; // && !privateData.devMode;
}).length >= Constants.MAX_TEAMS_OWNED && !privateData.devMode;
var getWarningBox = function () {
return h('div.alert.alert-warning', {