Skip to content

Commit 603f53f

Browse files
committed
.
1 parent f2ef8c6 commit 603f53f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

OpenFlow/src/public/WebSocketClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ module openflow {
9595
var q: SigninMessage = new SigninMessage();
9696
this.getJSON("/jwt", async (error: any, data: any) => {
9797
try {
98+
console.log(data);
9899
if (data !== null && data !== undefined) {
99100
if ((data.jwt === null || data.jwt === undefined || data.jwt.trim() === "") ||
100101
(data.rawAssertion === null || data.rawAssertion === undefined || data.rawAssertion.trim() === "")) {
102+
console.log("data.jwt or data.rawAssertion is null");
101103
data = null;
102104
}
103105
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.132
1+
0.0.133

0 commit comments

Comments
 (0)