chore: cleanup
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2021-10-25 22:16:26 +02:00
parent 3f0611c087
commit 43ef07e100
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -107,8 +107,7 @@ export default {
},
async totpSetQrCode() {
const qr = await this.totpService.qrcode()
const urlCreator = window.URL || window.webkitURL
this.totpQR = urlCreator.createObjectURL(qr)
this.totpQR = window.URL.createObjectURL(qr)
},
async totpEnroll() {
this.totp = await this.totpService.enroll()