From 23106bfb23422d497aef18c1543a1e2e8161fd15 Mon Sep 17 00:00:00 2001 From: Darko Luketic Date: Thu, 9 Mar 2023 19:47:45 +0100 Subject: [PATCH] copy pasting is hard --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4bf91d..3607716 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dalu-vue3-keycloak", "description": "vue3 keycloak adapter", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "repository": "git@code.icod.de:dalu/vue3-keycloak.git", "files": [ diff --git a/src/index.js b/src/index.js index b4cf89a..a768222 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,7 @@ export const KeycloakSymbol = Symbol('keycloak') import * as vue from 'vue' export default { - install: async function() { + install: async function(app, params = {}) { if (installed) return installed = true