Skip to content

Commit

Permalink
fix: external apps in public links with password
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed Apr 26, 2022
1 parent 72ef7dd commit 668cdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"autoprefixer": "^10.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.6",
"buffer": "^6.0.3",
"commander": "^8.3.0",
"core-js": "^3.19.1",
"cucumber-html-reporter": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Store } from 'vuex'
import { unref } from '@vue/composition-api'
import qs from 'qs'
import { Buffer } from 'buffer'

import { Resource } from 'files/src/helpers/resource'
import { MaybeRef } from '../../utils'
Expand Down

0 comments on commit 668cdfd

Please sign in to comment.