Skip to content

Commit 10ce386

Browse files
author
aehnh
committed
rpid is localhost
1 parent 89f8a13 commit 10ce386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tests-e2e/src/complete/utils/developerpanel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const createProjectNew = async () => {
3434
body: JSON.stringify({
3535
name,
3636
allowStaticChallenges: true,
37-
webauthnRPID: process.env.CI ? 'playground.corbado.io' : 'localhost',
37+
webauthnRPID: process.env.CI ? 'localhost' : 'localhost',
3838
}),
3939
});
4040
expect(createRes.ok).toBeTruthy();

0 commit comments

Comments
 (0)