Skip to content

Commit 9ed8465

Browse files
authored
Fix widget redirecting to login
1 parent 599c486 commit 9ed8465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/api/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const ALLOWED_UNAUTHENTICATED_PATHS = [
1717
'auth',
1818
'account/payment',
1919
'checkout',
20-
'/event/'
20+
'/event/',
21+
'widget'
2122
];
2223

2324
export const api = axios.create({

0 commit comments

Comments
 (0)