Skip to content
Snippets Groups Projects
Commit 943c0220 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Don't use initAssetBaseURL()

No longer needed
parent a058693f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<script type="module" id="vpu-auth-src" src="vpu-auth-demo.js"></script> <script type="module" src="vpu-auth-demo.js"></script>
</head> </head>
<body> <body>
......
...@@ -494,7 +494,6 @@ export class Auth extends ScopedElementsMixin(VPULitElement) { ...@@ -494,7 +494,6 @@ export class Auth extends ScopedElementsMixin(VPULitElement) {
} }
render() { render() {
commonUtils.initAssetBaseURL('vpu-auth-src');
const loggedIn = (this._loginStatus === LoginStatus.LOGGED_IN); const loggedIn = (this._loginStatus === LoginStatus.LOGGED_IN);
return html` return html`
<div class="authbox"> <div class="authbox">
......
...@@ -61,7 +61,6 @@ class AuthDemo extends ScopedElementsMixin(LitElement) { ...@@ -61,7 +61,6 @@ class AuthDemo extends ScopedElementsMixin(LitElement) {
} }
render() { render() {
commonUtils.initAssetBaseURL('vpu-auth-src');
const silentCheckSsoUri = commonUtils.getAssetURL('silent-check-sso.html'); const silentCheckSsoUri = commonUtils.getAssetURL('silent-check-sso.html');
return html` return html`
<style> <style>
......
common @ 28492fe6
Subproject commit 821137e246fdcee9ccb04e4cfe420e7abec3186e Subproject commit 28492fe6e9f9683295a9b8f3c383c304969e7fee
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment