copy pasting is hard

This commit is contained in:
Darko Luketic 2023-03-09 19:47:45 +01:00
parent 8e285876fd
commit 23106bfb23
2 changed files with 2 additions and 2 deletions

View File

@ -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": [

View File

@ -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