Fix missing version in vue footer

This commit is contained in:
Bubka
2022-03-28 17:09:29 +02:00
parent 13f5a81aa2
commit 30331998d2
6 changed files with 13 additions and 13 deletions

View File

@ -155,7 +155,7 @@
this.axios.post('/webauthn/register', publicKeyCredential).then(response => {
this.$notify({ type: 'is-success', text: this.$t('auth.webauthn.device_successfully_registered') })
this.$router.push({ name: 'editCredential', params: { id: publicKeyCredential.id, name: this.$t('auth.webauthn.my_device') } })
this.$router.push({ name: 'settings.webauthn.editCredential', params: { id: publicKeyCredential.id, name: this.$t('auth.webauthn.my_device') } })
})
},