diff --git a/packages/auth/assets/index.html b/packages/auth/assets/index.html
index dca3dfd8f22051d981e12cc8d88db906bb910fdc..e0e08c3c6235daa1e58f561baa8d1b3f8f8bbb74 100644
--- a/packages/auth/assets/index.html
+++ b/packages/auth/assets/index.html
@@ -2,7 +2,7 @@
 <html>
 <head>
     <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>
 
 <body>
diff --git a/packages/auth/src/auth.js b/packages/auth/src/auth.js
index d82e8ff55d9d424c77ac897c6ad69fcf555afa00..36bc40770d5c8c7100a7c8d2f85827aa4e5d3798 100644
--- a/packages/auth/src/auth.js
+++ b/packages/auth/src/auth.js
@@ -494,7 +494,6 @@ export class Auth extends ScopedElementsMixin(VPULitElement) {
     }
 
     render() {
-        commonUtils.initAssetBaseURL('vpu-auth-src');
         const loggedIn = (this._loginStatus === LoginStatus.LOGGED_IN);
         return html`
             <div class="authbox">
diff --git a/packages/auth/src/vpu-auth-demo.js b/packages/auth/src/vpu-auth-demo.js
index e30722e16d17eaf863b2f1575976393b779ec49f..def9f5cb26df14fc1f4e7d6b297c707ce8fb04f5 100644
--- a/packages/auth/src/vpu-auth-demo.js
+++ b/packages/auth/src/vpu-auth-demo.js
@@ -61,7 +61,6 @@ class AuthDemo extends ScopedElementsMixin(LitElement) {
     }
 
     render() {
-        commonUtils.initAssetBaseURL('vpu-auth-src');
         const silentCheckSsoUri = commonUtils.getAssetURL('silent-check-sso.html');
         return html`
             <style>
diff --git a/packages/auth/vendor/common b/packages/auth/vendor/common
index 821137e246fdcee9ccb04e4cfe420e7abec3186e..28492fe6e9f9683295a9b8f3c383c304969e7fee 160000
--- a/packages/auth/vendor/common
+++ b/packages/auth/vendor/common
@@ -1 +1 @@
-Subproject commit 821137e246fdcee9ccb04e4cfe420e7abec3186e
+Subproject commit 28492fe6e9f9683295a9b8f3c383c304969e7fee