add module for api client

Add js apiclient init module
This commit is contained in:
Matthew Strasiotto
2022-08-14 13:13:06 +10:00
committed by Matthew Strasitoto
parent cc05b12a23
commit f810ea7259
5 changed files with 160 additions and 3 deletions
+9 -1
View File
@@ -1,7 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>SSO</title>
<script>
import("./ApiClient.js").then((apiclient) => {
import("./linking.js").then((renderer) => {
const view = document.querySelector("#sso-config-page");
renderer.default(view);
});
});
</script>
<title>SSO Linking</title>
</head>
<body>
<div