mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Replace package 'thirty-two' with 'hi-base32' (#79)
This commit is contained in:
parent
0c36f52c70
commit
94d23c7d06
2025
package-lock.json
generated
2025
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -31,8 +31,8 @@
|
||||
"bulma": "^0.9.3",
|
||||
"bulma-checkradio": "^2.1.2",
|
||||
"bulma-switch": "^2.0.0",
|
||||
"hi-base32": "^0.5.1",
|
||||
"object-equals": "^0.3.0",
|
||||
"thirty-two": "github:osztenkurden/thirty-two#master",
|
||||
"v-clipboard": "^2.2.3",
|
||||
"vue": "^2.6.14",
|
||||
"vue-axios": "^3.4.0",
|
||||
|
@ -176,7 +176,7 @@
|
||||
import Modal from '../../components/Modal'
|
||||
import Form from './../../components/Form'
|
||||
import OtpDisplayer from '../../components/OtpDisplayer'
|
||||
import Base32 from "thirty-two"
|
||||
import Base32 from "hi-base32"
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -110,7 +110,7 @@
|
||||
import Modal from '../../components/Modal'
|
||||
import Form from './../../components/Form'
|
||||
import OtpDisplayer from '../../components/OtpDisplayer'
|
||||
import Base32 from "thirty-two"
|
||||
import Base32 from "hi-base32"
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user