Merged in fix/loy-603-fix-edit-profile-redirect (pull request #3543)
fix(LOY-603): Remove refresh preventing redirect * Remove refresh preventing redirect Approved-by: Matilda Landström
This commit is contained in:
@@ -107,7 +107,6 @@ export default function Form({ user }: EditFormProps) {
|
||||
} else {
|
||||
router.push(profile[lang])
|
||||
}
|
||||
router.refresh() // Can be removed on NextJs 15
|
||||
}
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user