fix: root user for dbs on arm

This commit is contained in:
Andras Bacsai
2022-12-19 09:52:50 +01:00
parent 06d40b8a81
commit a70adc5eb3
5 changed files with 51 additions and 46 deletions

View File

@@ -75,6 +75,7 @@
$appSession.version = baseSettings.version;
$appSession.whiteLabeled = baseSettings.whiteLabeled;
$appSession.whiteLabeledDetails.icon = baseSettings.whiteLabeledIcon;
$appSession.isARM = baseSettings.isARM;
$appSession.pendingInvitations = pendingInvitations;