Skip to content

Commit

Permalink
Revert "fix: revert back to upstream for vue-authenticate (#557)"
Browse files Browse the repository at this point in the history
This reverts commit e9ccfe4.
  • Loading branch information
satterly committed Mar 19, 2023
1 parent 67bf188 commit 975bb62
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
33 changes: 31 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"author": "satterly",
"license": "Apache-2.0",
"dependencies": {
"@alerta/vue-authenticate": "github:alerta/vue-authenticate",
"acorn-dynamic-import": "^4.0.0",
"axios": "^0.21.2",
"export-to-csv": "^0.2.1",
Expand All @@ -34,7 +35,7 @@
"nunjucks": "^3.2.3",
"typescript-eslint-parser": "^22.0.0",
"vue": "^2.6.14",
"vue-authenticate": "1.5.0",
"vue-authenticate": "github:alerta/vue-authenticate",
"vue-class-component": "^6.0.0",
"vue-i18n": "^8.26.7",
"vue-object-merge": "^0.1.8",
Expand Down
2 changes: 1 addition & 1 deletion src/services/auth.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue'
import Vuex from 'vuex'
import VueAxios from 'vue-axios'
import {VueAuthenticate} from 'vue-authenticate'
import {VueAuthenticate} from '@alerta/vue-authenticate'
import axios from 'axios'

Vue.use(Vuex)
Expand Down

0 comments on commit 975bb62

Please sign in to comment.