diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2017-07-31 11:26:33 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2017-07-31 11:26:33 +0200 |
commit | 0de5dda373fc97aabbcab78f5c2abf02c7bd36d2 (patch) | |
tree | 48b623c376cc98ca8117d20ace15d2e72d94e1e5 /ll-auth-binding/htdocs/auth.html | |
parent | a94e451c1241146be5f1771a7bdfa8a1da2e20a1 (diff) |
added some events to the API, like failure.
Change-Id: Ib102a729ab5666906edf19f24c04662a5c26fdba
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'll-auth-binding/htdocs/auth.html')
-rw-r--r-- | ll-auth-binding/htdocs/auth.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ll-auth-binding/htdocs/auth.html b/ll-auth-binding/htdocs/auth.html index 6e0da89..ac48ff9 100644 --- a/ll-auth-binding/htdocs/auth.html +++ b/ll-auth-binding/htdocs/auth.html @@ -17,12 +17,22 @@ <li><button onclick="callbinder('ll-auth','getuser', {})">get user</button></li> </ol> <br> + <div> + </div> + <h2>User:</h2> + <ol> + <li>id: <span id="userid"></span></li> + <li>device: <span id="device"></span></li> + </ol> + <div id="message" style="color:red;"></div> + <br/> <div id="main" style="visibility:hidden"> + <h2>Debug: </h2> <ol> <li>Question <div id="question"></div></li> <li>Response <div id="output"></div></li> - <li>Events: <div id="outevt"></div> + <li>Events: <div id="outevt"></div></li> </ol> </div> </body> -</html>
\ No newline at end of file +</html> |