face: replace router after merge
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/900/head
parent
3e40a3e5d2
commit
71d1bba1d5
|
@ -137,7 +137,7 @@ export default defineComponent({
|
|||
|
||||
// Go to new face
|
||||
if (failures === 0) {
|
||||
this.$router.push({
|
||||
this.$router.replace({
|
||||
name: 'recognize',
|
||||
params: { user: face.user_id, name: newName },
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue