Close #96 - Set unique page titles

This commit is contained in:
Bubka
2022-07-07 18:04:04 +02:00
parent cb2de26e93
commit 98bd9ddea5
7 changed files with 61 additions and 12 deletions

View File

@ -36,14 +36,14 @@
await this.form.patch('/webauthn/credentials/' + this.id + '/name')
if( this.form.errors.any() === false ) {
this.$router.push({name: 'settings.webauthn', params: { toRefresh: true }})
this.$router.push({name: 'settings.webauthn.devices', params: { toRefresh: true }})
}
},
cancelCreation: function() {
this.$router.push({ name: 'settings.webauthn' });
this.$router.push({ name: 'settings.webauthn.devices' });
},
},