copy pasting is hard
This commit is contained in:
parent
8e285876fd
commit
23106bfb23
@ -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": [
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user