face: replace router after merge

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/900/head
Varun Patil 2023-10-29 23:46:46 -07:00
parent 3e40a3e5d2
commit 71d1bba1d5
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
});