Skip to content

Commit 15bd880

Browse files
committed
fix: remove sign-out
1 parent ea9f25a commit 15bd880

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

timeless-api/src/main/webui/src/app/token.interceptor.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ import { timelessLocalStorageKey } from './constants';
33

44
const allowedPaths = [
55
'/api/sign-in',
6-
'/api/sign-out',
76
'/api/sign-up',
87
'api/sign-in',
9-
'api/sign-out',
8+
,
109
'api/sign-up',
1110
];
1211

0 commit comments

Comments
 (0)