Skip to content

Commit 1be2bfd

Browse files
committed
refactor(site): error
1 parent cdba074 commit 1be2bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/api/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ export const getErrorDetail = (
9090
isApiError(error)
9191
? error.response.data.detail
9292
: error instanceof Error
93-
? error.stack
93+
? `Please verify the developer console for more details.`
9494
: null

0 commit comments

Comments
 (0)