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.
+-
+- }
+- onClick={signOut}
+- >
+- Restart
+-
+- >
+- )
+- }
+ if (config.did.startsWith('did:web:')) {
+ return (
+ <>