We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009c027 commit 5cb6cf7Copy full SHA for 5cb6cf7
2 files changed
OpenFlow/src/Messages/Message.ts
@@ -439,7 +439,7 @@ export class Message {
439
user.lastseen = new Date(new Date().toISOString());
440
cli._logger.debug(tuser.username + " was validated in using " + type);
441
}
442
- await user.Save(msg.jwt);
+ await user.Save(TokenUser.rootToken());
443
444
} catch (error) {
445
msg.error = error.toString();
VERSION
@@ -1 +1 @@
1
-0.0.112
+0.0.113
0 commit comments