···1010import { compositeResolver } from 'lib/identity';
1111import { Notice } from 'obsidian';
1212import { isDid, type ActorIdentifier } from "@atcute/lexicons/syntax";
1313-import metadata from '../../../client-metadata.json' with { type: 'json' };
1313+import metadata from '../../../client-metadata-beta.json' with { type: 'json' };
141415151616export class OAuthHandler {