mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-09 20:47:26 +02:00
♻️ Upgrade to next-auth v5 (#1558)
This commit is contained in:
parent
17d386d905
commit
4b26dc50b3
53 changed files with 765 additions and 628 deletions
|
@ -31,6 +31,6 @@ test.describe.serial(() => {
|
|||
|
||||
deletePollDialog.getByRole("button", { name: "delete" }).click();
|
||||
|
||||
await expect(page).toHaveURL("/login?callbackUrl=%2Fpolls");
|
||||
await expect(page).toHaveURL("/login?redirectTo=%2Fpolls");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue