mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-13 23:38:32 +02:00
Close #96 - Set unique page titles
This commit is contained in:
@ -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' });
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user