Skip to content

Commit 3736b21

Browse files
committed
bump
1 parent f9d13bb commit 3736b21

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

OpenFlow/src/OAuthProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ export class Account {
701701
// user.roles = roles;
702702

703703
// node-bb username hack
704-
if(user.email == null || user.email == "") user.email = user.username;
704+
if(NoderedUtil.IsNullEmpty(user.email)) user.email = user.username;
705705
if (user.name == user.email && user.email.indexOf("@") > -1) {
706706
user.name = user.email.substr(0, user.email.indexOf("@") - 1);
707707
}

OpenFlowNodeRED/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/nodered",
3-
"version": "1.1.188",
3+
"version": "1.1.190",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.188
1+
1.1.190

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/openflow",
3-
"version": "1.1.188",
3+
"version": "1.1.190",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)