diff --git a/helpers/app-auth/dist/index.gzip b/helpers/app-auth/dist/index.gzip deleted file mode 100644 index ee9fce7..0000000 Binary files a/helpers/app-auth/dist/index.gzip and /dev/null differ diff --git a/helpers/app-auth/dist/index.sha256 b/helpers/app-auth/dist/index.sha256 deleted file mode 100644 index 05f82f8..0000000 --- a/helpers/app-auth/dist/index.sha256 +++ /dev/null @@ -1 +0,0 @@ -83eda8f6f9ad5927c403f02417ef85cd2d3935fe7c5360ef4a3759d7334c55ec \ No newline at end of file diff --git a/helpers/net-auth/dist/index.html b/helpers/net-auth/dist/index.html deleted file mode 100644 index 14c42d3..0000000 --- a/helpers/net-auth/dist/index.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - NextGraph Auth - - - - - - - - -
- -
- -
-
- - - - - - -
   Loading ...
-
-
-
-
- - - - diff --git a/helpers/net-auth/index.html b/helpers/net-auth/index.html index 75a74b4..5554660 100644 --- a/helpers/net-auth/index.html +++ b/helpers/net-auth/index.html @@ -55,7 +55,6 @@ - - - - - - diff --git a/ng-sdk-js/example-webapp-vite/index.html b/ng-sdk-js/example-webapp-vite/index.html index 81a51ed..375e702 100644 --- a/ng-sdk-js/example-webapp-vite/index.html +++ b/ng-sdk-js/example-webapp-vite/index.html @@ -22,6 +22,6 @@ >

Testing NextGraph Wallet and LDO in a Web App

- + diff --git a/ng-sdk-js/example-webapp-vite/src/main.js b/ng-sdk-js/example-webapp-vite/src/main.js index 7dc8f49..c20d0bb 100644 --- a/ng-sdk-js/example-webapp-vite/src/main.js +++ b/ng-sdk-js/example-webapp-vite/src/main.js @@ -19,6 +19,7 @@ init( async (event) => { if (event.status == "cancelled") { + document.getElementById("result").innerText = "Login cancelled"; console.log("CANCELLED"); } else if (event.status == "loggedin") {