28 lines
815 B
Diff
28 lines
815 B
Diff
--- 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 (
|
|
- <>
|
|
- <ErrorInfo type="warn" className="mt-2">
|
|
- {`You're`} logged in as {authIdentifier}. Please login as{' '}
|
|
- {config.handle || 'your Ozone service account'} in order to
|
|
- configure Ozone.
|
|
- </ErrorInfo>
|
|
- <Button
|
|
- className="w-full mt-2"
|
|
- icon={<ArrowLeftOnRectangleIcon />}
|
|
- onClick={signOut}
|
|
- >
|
|
- Restart
|
|
- </Button>
|
|
- </>
|
|
- )
|
|
- }
|
|
if (config.did.startsWith('did:web:')) {
|
|
return (
|
|
<>
|