Skip to content

Commit 6462eb2

Browse files
fix: issues with live streaming and build logs (#1864)
1 parent b17708a commit 6462eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dashboard-frontend

src/utils/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export async function getUserFromCapabilities(
6363
}
6464
}
6565

66-
export async function sanitizeSessionCapabilities(sessionResponse: Record<string, any>) {
66+
export function sanitizeSessionCapabilities(sessionResponse: Record<string, any>) {
6767
['df:jwt', 'df:accesskey', 'df:token'].forEach((key) => {
6868
delete sessionResponse[key];
6969
if (sessionResponse['desired']) {

0 commit comments

Comments
 (0)