Skip to content

Commit 73b6b00

Browse files
authored
Merge pull request #78 from HiEventsDev/develop
Fix widget redirecting to login
2 parents 35255b1 + 9ed8465 commit 73b6b00

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)