@@ -201,7 +201,7 @@ class PassportService implements S2sMessageHandlable {
const func = this.getSetupFunction(authId);
try {
- this[func.setup]();
+ await this[func.setup]();
}
catch (err) {
logger.debug(err);
@@ -3,3 +3,7 @@
border: 1px solid transparent;
border-radius: 4px;
+
+.drawio-viewer * {
+ box-sizing: content-box;
+}