From f0491e7f72a9f3582194f1c49ff538018dab4bb6 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 4 Dec 2025 03:35:09 +0900 Subject: [PATCH] fix --- patching/130-ozone-skip-did-check.patch | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 patching/130-ozone-skip-did-check.patch diff --git a/patching/130-ozone-skip-did-check.patch b/patching/130-ozone-skip-did-check.patch new file mode 100644 index 0000000..e829a07 --- /dev/null +++ b/patching/130-ozone-skip-did-check.patch @@ -0,0 +1,27 @@ +--- a/components/shell/ConfigurationFlow.tsx ++++ b/components/shell/ConfigurationFlow.tsx +@@ -97,22 +97,6 @@ export function ConfigurationFlow({ + } + + if (config.needs.key || config.needs.service) { +- if (authDid !== config.did) { +- return ( +- <> +- +- {`You're`} logged in as {authIdentifier}. Please login as{' '} +- {config.handle || 'your Ozone service account'} in order to +- configure Ozone. +- +- +- +- ) +- } + if (config.did.startsWith('did:web:')) { + return ( + <>