Remove peer card from proxy error page

This commit is contained in:
Eduard Gert
2026-02-10 14:39:25 +01:00
parent a803f47685
commit ba9158d159
5 changed files with 25 additions and 30 deletions

View File

@@ -10,7 +10,6 @@ export interface ErrorData {
title: string
message: string
proxy?: boolean
peer?: boolean
destination?: boolean
requestId?: string
}
@@ -44,7 +43,6 @@ export function getData(): Data {
title: 'Service Unavailable',
message: 'The service you are trying to access is temporarily unavailable. Please try again later.',
proxy: true,
peer: false,
destination: false,
},
}