mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-08-05 20:14:12 +00:00
add module for api client
Add js apiclient init module
This commit is contained in:
committed by
Matthew Strasitoto
parent
cc05b12a23
commit
f810ea7259
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user